blob: 04c542177fc91ab08c65af83e6b3938c8cb7806d (
plain)
1
2
3
4
5
6
7
8
9
|
recursive-include src *.py
recursive-include tests *.py *.h *.txt *.c *.dynlib
recursive-include docs *.py *.rst make.bat Makefile
include tests/testdata/test-1.0-py2.py3-none-any.whl
include tox.ini
include manpages/*.rst
prune tests/testdata/*/build
prune tests/testdata/*/dist
prune tests/testdata/*/*.egg-info
|