CPython and C++ bool declarations.
[cython.git] / MANIFEST.in
1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
2 include COPYING.txt LICENSE.txt PKG-INFO Makefile
3 include .hgrev
4 include setup.py
5 include setupegg.py
6 include bin/*
7 include cython.py
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/libraries/*
17 include Demos/Setup.py
18 include Demos/Makefile*
19 recursive-include Tools *
20 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
21 recursive-include tests *_lib.cpp
22 include runtests.py
23
24 include Cython/Mac/Makefile
25 include Cython/Mac/_Filemodule_patched.c
26
27 recursive-include pyximport *.py
28 include pyximport/PKG-INFO pyximport/README