Include debugging files in manifest.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 13:02:39 +0000 (05:02 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 13:02:39 +0000 (05:02 -0800)
MANIFEST.in

index 4adb44e73ba89ba43657c754e223a2641da7899a..5240c6897492342df4d522b4d06d7f5ea7e234fd 100644 (file)
@@ -5,6 +5,7 @@ include setup.py
 include setupegg.py
 include bin/*
 include cython.py
+include cygdb.py
 recursive-include Cython *.pyx *.pxd
 include Doc/*
 
@@ -24,5 +25,8 @@ 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