James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 1 | include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt CHANGES.rst |
| 2 | include COPYING.txt LICENSE.txt Makefile |
| 3 | include .gitrev |
| 4 | include pylintrc |
| 5 | include setup.py |
| 6 | include setupegg.py |
| 7 | include bin/* |
| 8 | include cython.py |
| 9 | include cygdb.py |
| 10 | recursive-include Cython *.pyx *.pxd |
| 11 | include Doc/* |
| 12 | |
| 13 | include Demos/*.pyx |
| 14 | include Demos/*.py |
| 15 | include Demos/callback/* |
| 16 | include Demos/benchmarks/* |
| 17 | include Demos/embed/* |
| 18 | include Demos/freeze/* |
| 19 | include Demos/libraries/* |
| 20 | include Demos/Makefile* |
| 21 | recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h |
| 22 | recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp |
| 23 | recursive-include Tools * |
| 24 | recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt |
| 25 | recursive-include tests *_lib.cpp *.srctree |
| 26 | recursive-include docs * |
| 27 | include runtests.py |
| 28 | |
| 29 | include Cython/Debugger/Tests/cfuncs.c |
| 30 | include Cython/Debugger/Tests/codefile |
| 31 | |
| 32 | recursive-include pyximport *.py |
| 33 | include pyximport/PKG-INFO pyximport/README |