1include MANIFEST.in README.rst 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 *requirements*.txt
9include cython.py cythonize.py cygdb.py
10recursive-include Cython *.pyx *.pxd
11include Cython/Parser/Grammar Cython/Parser/__init__.py
12include Doc/*
13
14include Demos/*.pyx
15include Demos/*.py
16include Demos/callback/*
17include Demos/benchmarks/*
18include Demos/embed/*
19include Demos/freeze/*
20include Demos/libraries/*
21include Demos/Makefile*
22recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h
23recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp
24recursive-include Tools *
25recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.hpp *.BROKEN bugs.txt
26recursive-include tests *_lib.cpp *.srctree
27recursive-include docs *
28include runtests.py
29
30include Cython/Debugger/Tests/cfuncs.c
31include Cython/Debugger/Tests/codefile
32
33recursive-include pyximport *.py
34include pyximport/PKG-INFO pyximport/README
35