diff options
author | Robert Bradshaw <robertwb@math.washington.edu> | 2008-08-16 17:33:03 -0700 |
---|---|---|
committer | Robert Bradshaw <robertwb@math.washington.edu> | 2008-08-16 17:33:03 -0700 |
commit | d8f392c5c3dc6e4bd607e4a49b90cff99d2af216 (patch) | |
tree | cba848724042913902ab2fdef032dd366dd6db2b /MANIFEST.in | |
parent | a91171e166feb1171938ae7009f4b036441e9434 (diff) | |
download | cython-d8f392c5c3dc6e4bd607e4a49b90cff99d2af216.tar.gz |
Add pyximport to manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 30f415376..d45b13d29 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -22,3 +22,6 @@ include runtests.py include Cython/Mac/Makefile include Cython/Mac/_Filemodule_patched.c + +recursive-include pyximport *.py +include pyximport/PKG-INFO pyximport/README |