blob: 8916394a1720171a163f2cf02bb3f3b6b805e5ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
recursive-include setuptools *.py *.txt *.exe *.xml
recursive-include tests *.py *.c *.pyx *.txt
recursive-include setuptools/tests *.html entries*
recursive-include setuptools/tests/svn_data *.zip
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include _markerlib *.py
recursive-include pkg_resources *.py
include *.py
include *.txt
include MANIFEST.in
include launcher.c
include msvc-build-launcher.cmd
|