We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8347623 commit 4d6b444Copy full SHA for 4d6b444
Manifest.in
@@ -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
@@ -1,2 +1,5 @@
# w4py3-middlekit
MiddleKit Plugin ported to Python3
+optional part of the webware framework https://github.com/cito/w4py3
webware/__init__.py
@@ -0,0 +1 @@
+"""Webware for Python"""
0 commit comments