From fb0c4369651268a1983a97078e18cf25918050b8 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sun, 5 Dec 2010 03:47:54 -0800 Subject: [PATCH] Include srctree in sdist. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2