refnanny: Make generated slot functions work.
[cython.git] / MANIFEST.in
index 7710f3e0b073dc416dcd1f2f0a66bca8a2199f1a..5389e238ed0c945e75533e810a9e07a021005f95 100644 (file)
@@ -1,7 +1,26 @@
-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 Makefile
+recursive-include .hg *
+include .hgignore .hgtags
 include setup.py
-include bin/pyrexc
-include pyrexc.py
-include Pyrex/Compiler/Lexicon.pickle
+include bin/cython
+include cython.py
+include Cython/Compiler/Lexicon.pickle
+include Cython/Includes/*.pxd
 include Doc/*
-include Demos/*
+
+include Demos/*.pyx
+include Demos/*.py
+include Demos/callback/*
+include Demos/embed/*
+include Demos/Setup.py
+include Demos/Makefile*
+include Tools/*
+recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
+include runtests.py
+
+include Cython/Mac/Makefile
+include Cython/Mac/_Filemodule_patched.c
+
+recursive-include pyximport *.py
+include pyximport/PKG-INFO pyximport/README