mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
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
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
#
|
|
# 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__
|