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