mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
12 lines
310 B
Plaintext
12 lines
310 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 .git
|
|
recursive-exclude wx *.pyc
|
|
recursive-exclude wx __pycache__
|