merge
[cython.git] / MANIFEST.in
1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
2 include COPYING.txt LICENSE.txt Makefile
3 recursive-include .hg *
4 include .hgignore .hgtags
5 include setup.py
6 include bin/cython
7 include cython.py
8 include Cython/Compiler/Lexicon.pickle
9 include Cython/Includes/*.pxd
10 include Doc/*
11
12 include Demos/*.pyx
13 include Demos/*.py
14 include Demos/callback/*
15 include Demos/embed/*
16 include Demos/Setup.py
17 include Demos/Makefile*
18 include Tools/*
19 recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
20 include runtests.py
21
22 include Cython/Mac/Makefile
23 include Cython/Mac/_Filemodule_patched.c
24
25 recursive-include pyximport *.py
26 include pyximport/PKG-INFO pyximport/README