There was an error while loading. Please reload this page.
1 parent e8fe4b5 commit 275700fCopy full SHA for 275700f
README.md
@@ -1,4 +1,12 @@
1
-Packs .py module into executable .zip source distribution.
+No boilerplate way to create executable source package for Python module.
2
+
3
+```
4
+$ python -m pypack appvey.py
5
+[*] Packing appvey.py into appvey-1234.zip
6
+[*] Making appvey-1234.zip executable
7
+[*] Making appvey-1234.zip installable
8
+[*] Making appvey-1234.zip uploadable to PyPI
9
10
11
**See also**:
12
* https://github.com/takluyver/flit
@@ -25,7 +33,7 @@ creating archive, because Python still requires it). Resulting
25
33
`main()` function.
26
34
27
35
28
-##### Usage
36
+##### Checklist for packaging your module for PyPI
29
37
30
38
* [ ] Pack your module into .zip archive
31
39
0 commit comments