Optimization tests.
[cython.git] / MANIFEST.in
index 7710f3e0b073dc416dcd1f2f0a66bca8a2199f1a..a3b3980dad340b9e744d8921f0c363331a6dde54 100644 (file)
@@ -1,7 +1,28 @@
-include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
+include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
+include COPYING.txt LICENSE.txt PKG-INFO Makefile
+include .hgrev
 include setup.py
-include bin/pyrexc
-include pyrexc.py
-include Pyrex/Compiler/Lexicon.pickle
+include setupegg.py
+include bin/*
+include cython.py
+recursive-include Cython *.pyx *.pxd
 include Doc/*
-include Demos/*
+
+include Demos/*.pyx
+include Demos/*.py
+include Demos/callback/*
+include Demos/embed/*
+include Demos/freeze/*
+include Demos/libraries/*
+include Demos/Setup.py
+include Demos/Makefile*
+recursive-include Tools *
+recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
+recursive-include tests *_lib.cpp
+include runtests.py
+
+include Cython/Mac/Makefile
+include Cython/Mac/_Filemodule_patched.c
+
+recursive-include pyximport *.py
+include pyximport/PKG-INFO pyximport/README