Update manifest
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 17 Jan 2008 18:29:49 +0000 (10:29 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 17 Jan 2008 18:29:49 +0000 (10:29 -0800)
MANIFEST.in

index f36c8fe3e3192424110faf9bb77d3ef26a111635..7dd4a91d53f850b8eac54e46bd651141df2a4979 100644 (file)
@@ -1,4 +1,5 @@
 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
+include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
 recursive-include .hg *
 recursive-include Cython/.hg *
 include setup.py
@@ -6,6 +7,16 @@ include bin/cython
 include cython.py
 include Cython/Compiler/Lexicon.pickle
 include Doc/*
-include Demos/*.p*
+include Demos/*.pyx
+include Demos/*.pxd
+include Demos/Setup.py
 include Demos/Makefile*
+include Tools/*
+recursive-include Includes *
+recursive-include tests *.pyx *.pxd *.pxi *.h
+include runtests.py
+
 include Cython/Compiler/Builtin.py
+include Cython/Mac/Makefile
+include Cython/Mac/_Filemodule_patched.c
+include Cython/Unix/*.py