a7133cf46108e73b0c60a4a5a98c552f98dc1bf4
[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 .hgrev
4 include setup.py
5 include bin/*
6 include cython.py
7 include Cython/Compiler/Lexicon.pickle
8 recursive-include Cython *.pyx *.pxd
9 include Doc/*
10
11 include Demos/*.pyx
12 include Demos/*.py
13 include Demos/callback/*
14 include Demos/embed/*
15 include Demos/freeze/*
16 include Demos/Setup.py
17 include Demos/Makefile*
18 recursive-include Tools *
19 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
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