Skip to content

Commit 4d6b444

Browse files
committed
prep for pypi #2 as proposed
1 parent 8347623 commit 4d6b444

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

Manifest.in

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include MANIFEST.in
2+
3+
include LICENSE
4+
include README.md
5+
6+
graft webware/MiddleKit
7+
8+
global-exclude *.py[co] __pycache__
9+
10+

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# w4py3-middlekit
22
MiddleKit Plugin ported to Python3
3+
4+
optional part of the webware framework https://github.com/cito/w4py3
5+

webware/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Webware for Python"""

0 commit comments

Comments
 (0)