summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 16d60e5ffcf19a59262cfc3284315ca9b38ad2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
exclude pyproject.toml  # Temporary workaround for #1644.