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