From: Robert Bradshaw Date: Sun, 5 Dec 2010 11:47:54 +0000 (-0800) Subject: Include srctree in sdist. X-Git-Tag: 0.14.alpha0~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb0c4369651268a1983a97078e18cf25918050b8;p=cython.git Include srctree in sdist. --- diff --git a/MANIFEST.in b/MANIFEST.in index a3b3980d..4adb44e7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,7 +18,7 @@ include Demos/Setup.py include Demos/Makefile* 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