Files
Phoenix/MANIFEST.in
2017-08-03 08:34:23 +01:00

16 lines
440 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-include license *.txt
include LICENSE.txt
graft docs
prune docs/sphinx/build
recursive-exclude wx .git
recursive-exclude wx *.pyc
recursive-exclude wx __pycache__