Make sure the Includes get bundled.
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 19 Aug 2008 11:13:56 +0000 (04:13 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 19 Aug 2008 11:13:56 +0000 (04:13 -0700)
Cython/Compiler/Version.py
MANIFEST.in

index d12023dee8bae7f9353f61a1cecead1ebde96aab..c0e9037d33a96c5a6fadb1c9fe812de380f2bc59 100644 (file)
@@ -1 +1 @@
-version = '0.9.8.1'
+version = '0.9.8.1.1'
index d45b13d29010e511307d233c2570d56336ed84b0..04125961bfb4063bf1b973bc151caa0b937d7207 100644 (file)
@@ -6,6 +6,7 @@ include setup.py
 include bin/cython bin/update_references
 include cython.py
 include Cython/Compiler/Lexicon.pickle
+include Cython/Includes/*.pxd
 include Doc/*
 
 include Demos/*.pyx
@@ -16,7 +17,6 @@ include Demos/embed/*
 include Demos/Setup.py
 include Demos/Makefile*
 include Tools/*
-recursive-include Includes *
 recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
 include runtests.py