blob: 41db57972969de0abb8da0c9a81254b785c1f760 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
include LICENSE.txt
include src/wheel/vendored/vendor.txt
prune tests/testdata/*/build
prune tests/testdata/*/dist
prune tests/testdata/*/*.egg-info
|