summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: e25a5ea57729c55b7f3b0fcfd3f291dc3e8720a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
recursive-include setuptools *.py *.exe *.xml
recursive-include tests *.py
recursive-include setuptools/tests *.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include setuptools/_vendor *
recursive-include pkg_resources *.py *.txt
include *.py
include *.rst
include MANIFEST.in
include LICENSE
include launcher.c
include msvc-build-launcher.cmd
include pytest.ini