1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt CHANGES.rst
2 include COPYING.txt LICENSE.txt Makefile
10 recursive-include Cython *.pyx *.pxd
15 include Demos/callback/*
16 include Demos/benchmarks/*
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 *
29 include Cython/Debugger/Tests/cfuncs.c
30 include Cython/Debugger/Tests/codefile
32 recursive-include pyximport *.py
33 include pyximport/PKG-INFO pyximport/README