Add a setup.py to the tarball to bootstrap automated builds made by pip or easy_install.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-03-27 04:28:34 +00:00
parent 429a96c73f
commit a18dffde8d
3 changed files with 40 additions and 0 deletions

View File

@@ -254,6 +254,7 @@ if __name__ == '__main__':
classifiers = [c for c in CLASSIFIERS.split("\n") if c],
keywords = KEYWORDS,
zip_safe = False,
use_2to3 = False,
include_package_data = True,
packages = WX_PKGLIST,