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