The setup.py script will now install wxPython's headers as part of the
authorRobin Dunn <robin@alldunn.com>
Thu, 25 Mar 2004 21:36:29 +0000 (21:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 25 Mar 2004 21:36:29 +0000 (21:36 +0000)
commit1128a89b82a3055e7d609f8f3a1e4bc9d2beea30
tree892500c63774bea17827794cc2ee0cc7b5123986
parentc7e61a5ed29f91f4e0c19c9f37ed25e7e809ada6
The setup.py script will now install wxPython's headers as part of the
standard install.

Moved the bulk of setup.py to wx/build/config.py so 3rd party modules
that wish to use the same setup/configuration code can do so simply by
importing this module form their own setup.py scripts.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/distrib/DIRLIST
wxPython/distrib/make_installer.py
wxPython/distrib/wxPythonFull.spec.in
wxPython/setup.py
wxPython/wx/build/__init__.py [new file with mode: 0644]
wxPython/wx/build/config.py [new file with mode: 0644]