aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 9cce3c90e473b4a988831d9518e29de5ac6cc365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 *.py *.txt
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
include tox.ini