blob: 1db36bfe9980192ae79bd31ee0a2936227753e6c (
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
include *.py
include *.txt
include MANIFEST.in
include launcher.c
|