From: Robert Bradshaw Date: Thu, 17 Jan 2008 18:29:49 +0000 (-0800) Subject: Update manifest X-Git-Tag: 0.9.6.14~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=490889d37a2d859bda680d9c243a698435d5a3fe;p=cython.git Update manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index f36c8fe3..7dd4a91d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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