diff options
author | Robert Bradshaw <robertwb@math.washington.edu> | 2010-01-30 12:49:09 -0800 |
---|---|---|
committer | Robert Bradshaw <robertwb@math.washington.edu> | 2010-01-30 12:49:09 -0800 |
commit | 32569fc9862ee2230530b7fd47121168cf6825aa (patch) | |
tree | 30b85c26d89bf00ec4184e1d2bd0948f53ac982d /MANIFEST.in | |
parent | 9dfe33b246e6cec8890cf089e102bc22861d2b48 (diff) | |
download | cython-32569fc9862ee2230530b7fd47121168cf6825aa.tar.gz |
Package cleanup.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a7133cf46..3eff3175a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,10 @@ include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt -include COPYING.txt LICENSE.txt Makefile +include COPYING.txt LICENSE.txt PKG-INFO Makefile include .hgrev include setup.py +include setupegg.py include bin/* include cython.py -include Cython/Compiler/Lexicon.pickle recursive-include Cython *.pyx *.pxd include Doc/* @@ -13,6 +13,7 @@ include Demos/*.py include Demos/callback/* include Demos/embed/* include Demos/freeze/* +include Demos/libraries/* include Demos/Setup.py include Demos/Makefile* recursive-include Tools * |