BuildExecutable: use correct executable extension, build dynamically instead of stati...
[cython.git] / MANIFEST.in
index 6d633f044bf49afe6724c86defb333c763baa159..239252e72b893e818ee944e3ca8a9bb04d1ae873 100644 (file)
@@ -1,7 +1,29 @@
-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
+include .gitrev
 include setup.py
-include bin/cython
+include setupegg.py
+include bin/*
 include cython.py
-include Cython/Compiler/Lexicon.pickle
+include cygdb.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/Makefile*
+recursive-include Cython/Debugger/Tests *
+recursive-include Tools *
+recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
+recursive-include tests *_lib.cpp *.srctree
+include runtests.py
+
+include Cython/Debugger/Tests/cfuncs.c
+include Cython/Debugger/Tests/codefile
+
+recursive-include pyximport *.py
+include pyximport/PKG-INFO pyximport/README