blob: 461cfd4f13f5f53d651a8a3e66626675756b3978 (
plain)
1
2
3
4
5
6
7
8
|
recursive-include setuptools *.py *.txt *.exe
recursive-include tests *.py *.c *.pyx *.txt
recursive-include setuptools/tests *.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
include *.py
include *.txt
include MANIFEST.in
include launcher.c
|