bpo-28247: Document Windows executable creation in zipapp (GH-6158)

This commit is contained in:
Cheryl Sabella 2018-03-20 18:23:19 -04:00 committed by Paul Moore
parent 2cb4661707
commit 4be79f2946
2 changed files with 171 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Update :mod:`zipapp` documentation to describe how to make standalone
applications.