Optimization tests.
[cython.git] / MANIFEST.in
index 4c8e405ddc01b36985cfdea44d6199ffd611fbe8..a3b3980dad340b9e744d8921f0c363331a6dde54 100644 (file)
@@ -1,9 +1,28 @@
-include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
-recursive-include .hg *
-recursive-include Cython/.hg *
+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/cython
+include setupegg.py
+include bin/*
 include cython.py
-include Cython/Compiler/Lexicon.pickle
+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