Files
Phoenix/MANIFEST.in
Ghislain Antony Vaillant 3fb5b6c7f2 Add docs to the release tarball
The PyPI tarball is the canonical source for building packages on Linux distributions such as Debian. It would be desirable to have the docs shipped in the sdist, so that a corresponding documentation package can be built on the Debian side.
2017-07-24 09:54:09 +01:00

15 lines
402 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
recursive-exclude wx .git
recursive-exclude wx *.pyc
recursive-exclude wx __pycache__