X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=MANIFEST.in;h=239252e72b893e818ee944e3ca8a9bb04d1ae873;hb=4489218558f3d875c758a3423683f0d8243430b3;hp=5389e238ed0c945e75533e810a9e07a021005f95;hpb=f4cb6c7ba583316157cf00b4c8395484fc5faaae;p=cython.git diff --git a/MANIFEST.in b/MANIFEST.in index 5389e238..239252e7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,26 +1,29 @@ include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt include COPYING.txt LICENSE.txt Makefile -recursive-include .hg * -include .hgignore .hgtags +include .gitrev include setup.py -include bin/cython +include setupegg.py +include bin/* include cython.py -include Cython/Compiler/Lexicon.pickle -include Cython/Includes/*.pxd +include cygdb.py +recursive-include Cython *.pyx *.pxd include Doc/* include Demos/*.pyx include Demos/*.py include Demos/callback/* include Demos/embed/* -include Demos/Setup.py +include Demos/freeze/* +include Demos/libraries/* include Demos/Makefile* -include Tools/* -recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN +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/Mac/Makefile -include Cython/Mac/_Filemodule_patched.c +include Cython/Debugger/Tests/cfuncs.c +include Cython/Debugger/Tests/codefile recursive-include pyximport *.py include pyximport/PKG-INFO pyximport/README