merged in Vitja's tab removals
[cython.git] / MANIFEST.in
1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
2 include COPYING.txt LICENSE.txt Makefile
3 include .gitrev
4 include setup.py
5 include setupegg.py
6 include bin/*
7 include cython.py
8 include cygdb.py
9 recursive-include Cython *.pyx *.pxd
10 include Doc/*
11
12 include Demos/*.pyx
13 include Demos/*.py
14 include Demos/callback/*
15 include Demos/embed/*
16 include Demos/freeze/*
17 include Demos/libraries/*
18 include Demos/Makefile*
19 recursive-include Cython/Debugger/Tests *
20 recursive-include Tools *
21 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
22 recursive-include tests *_lib.cpp *.srctree
23 include runtests.py
24
25 include Cython/Debugger/Tests/cfuncs.c
26 include Cython/Debugger/Tests/codefile
27
28 recursive-include pyximport *.py
29 include pyximport/PKG-INFO pyximport/README