summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2010-12-09 05:02:39 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2010-12-09 05:02:39 -0800
commit1634c2dc823872fcbf611c69cf418388c076849d (patch)
treec4906371bf907c8cf4a2cca9d172da85ff3c079a /MANIFEST.in
parentb9c4e6477c97b86e041832d6835f4d3a76e01d03 (diff)
downloadcython-1634c2dc823872fcbf611c69cf418388c076849d.tar.gz
Include debugging files in manifest.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4adb44e73..5240c6897 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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