From: Robert Bradshaw Date: Thu, 9 Dec 2010 13:02:39 +0000 (-0800) Subject: Include debugging files in manifest. X-Git-Tag: 0.14.beta2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1634c2dc823872fcbf611c69cf418388c076849d;p=cython.git Include debugging files in manifest. --- diff --git a/MANIFEST.in b/MANIFEST.in index 4adb44e7..5240c689 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