Merge pull request #61 from checkcheckzz/master

add pyinstaller to distribution
This commit is contained in:
Vinta 2014-07-03 18:58:22 +08:00
commit 5dbd7ef7e0
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [cx-Freeze](http://cx-freeze.readthedocs.org/) - Freezes Python scripts (cross-platform)
* [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows)
* [py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X)
* [PyInstaller ](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
## Files