From 1634c2dc823872fcbf611c69cf418388c076849d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 9 Dec 2010 05:02:39 -0800 Subject: [PATCH] Include debugging files in manifest. --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2