From: Robert Bradshaw Date: Sun, 17 Aug 2008 00:33:03 +0000 (-0700) Subject: Add pyximport to manifest X-Git-Tag: 0.9.8.1~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d8f392c5c3dc6e4bd607e4a49b90cff99d2af216;p=cython.git Add pyximport to manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index 30f41537..d45b13d2 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