From: Robert Bradshaw Date: Sat, 26 Sep 2009 06:56:58 +0000 (-0700) Subject: Missing items in MANIFEST.in X-Git-Tag: 0.11.3~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97a7e651f6eac13639043a63c99c47847d14a91b;p=cython.git Missing items in MANIFEST.in --- diff --git a/MANIFEST.in b/MANIFEST.in index 1c271bb2..882a0bf3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ include COPYING.txt LICENSE.txt Makefile recursive-include .hg * include .hgignore .hgtags include setup.py -include bin/cython +include bin/* include cython.py include Cython/Compiler/Lexicon.pickle recursive-include Cython *.pyx *.pxd @@ -13,10 +13,11 @@ include Demos/*.pyx include Demos/*.py include Demos/callback/* include Demos/embed/* +include Demos/freeze/* include Demos/Setup.py include Demos/Makefile* include Tools/* -recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN +recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt include runtests.py include Cython/Mac/Makefile