tags -> tag
[cython.git] / MANIFEST.in
index a3b3980dad340b9e744d8921f0c363331a6dde54..239252e72b893e818ee944e3ca8a9bb04d1ae873 100644 (file)
@@ -1,10 +1,11 @@
 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
-include COPYING.txt LICENSE.txt PKG-INFO Makefile
-include .hgrev
+include COPYING.txt LICENSE.txt Makefile
+include .gitrev
 include setup.py
 include setupegg.py
 include bin/*
 include cython.py
+include cygdb.py
 recursive-include Cython *.pyx *.pxd
 include Doc/*
 
@@ -14,15 +15,15 @@ include Demos/callback/*
 include Demos/embed/*
 include Demos/freeze/*
 include Demos/libraries/*
-include Demos/Setup.py
 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
+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