Missing items in MANIFEST.in
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 26 Sep 2009 06:56:58 +0000 (23:56 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 26 Sep 2009 06:56:58 +0000 (23:56 -0700)
MANIFEST.in

index 1c271bb2a7822fc3b454f04eb9b51a0feed8b8a1..882a0bf3a9c30f2a02dca331cab899915f48bad4 100644 (file)
@@ -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