forked from wxWidgets/Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch setup.py to use build.py for the actual building,
and set things up so commands like install or bdist_egg are able to use the build as-is without having to build it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
- Loading branch information
Showing
4 changed files
with
154 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
/tmp | ||
/dist | ||
/license | ||
/*.egg-info | ||
|
||
# /bin/ | ||
/bin/sip-* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
# Although we don't use this template to make source distributions, it is | ||
# still an easy way to specify what data files (non *.py files) should be | ||
# included in the package dirs. | ||
# | ||
|
||
recursive-include wx ** | ||
|
||
recursive-exclude wx .svn | ||
recursive-exclude wx .git | ||
recursive-exclude wx *.pyc | ||
recursive-exclude wx __pycache__ |
Oops, something went wrong.