Optimization tests.
[cython.git] / MANIFEST.in
index a7133cf46108e73b0c60a4a5a98c552f98dc1bf4..a3b3980dad340b9e744d8921f0c363331a6dde54 100644 (file)
@@ -1,10 +1,10 @@
 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
-include COPYING.txt LICENSE.txt Makefile
+include COPYING.txt LICENSE.txt PKG-INFO Makefile
 include .hgrev
 include setup.py
+include setupegg.py
 include bin/*
 include cython.py
-include Cython/Compiler/Lexicon.pickle
 recursive-include Cython *.pyx *.pxd
 include Doc/*
 
@@ -13,10 +13,12 @@ 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