From 97a7e651f6eac13639043a63c99c47847d14a91b Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 25 Sep 2009 23:56:58 -0700 Subject: [PATCH] Missing items in MANIFEST.in --- MANIFEST.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2