Files
Phoenix/MANIFEST.in
2017-03-31 13:19:24 -07:00

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__