Skip to content

Commit 275700f

Browse files
authored
Update README.md
1 parent e8fe4b5 commit 275700f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
Packs .py module into executable .zip source distribution.
1+
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+
```
210

311
**See also**:
412
* https://github.com/takluyver/flit
@@ -25,7 +33,7 @@ creating archive, because Python still requires it). Resulting
2533
`main()` function.
2634

2735

28-
##### Usage
36+
##### Checklist for packaging your module for PyPI
2937

3038
* [ ] Pack your module into .zip archive
3139

0 commit comments

Comments
 (0)