blob: be83a7f336ec56a4f936e2c5d08b4f46eb362469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
recursive-include pkg_resources/tests/data *
include *.py
include *.rst
include MANIFEST.in
include LICENSE
include launcher.c
include msvc-build-launcher.cmd
include pytest.ini
include tox.ini
include distutils_precedence.pth
exclude pyproject.toml # Temporary workaround for #1644.
|