You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
430 B
15 lines
430 B
4 months ago
|
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
|
||
|
include tox.ini
|