Skip to content

Commit

Permalink
Make py2exe build binary not require additional dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 16, 2015
1 parent 5caca6b commit 846fbc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
],
long_description=open("README.rst").read(),
options={"py2exe": {"excludes": "readline, win32api, win32con"}}
options={"py2exe": {"excludes": "readline, win32api, win32con, xerox",
"bundle_files": 1}},
zipfile=None
)

0 comments on commit 846fbc1

Please sign in to comment.