diff options
author | Mark Florisson <markflorisson88@gmail.com> | 2011-07-23 12:44:59 +0200 |
---|---|---|
committer | Mark Florisson <markflorisson88@gmail.com> | 2011-09-30 14:55:17 +0100 |
commit | 2599deb29f16af730e979c612670a76908971861 (patch) | |
tree | 191ae1f1ccd870e7cf076ccfd50c88a41e5252e1 /MANIFEST.in | |
parent | 3f8fefb0ecd81d30487b6f8ddad3c51622bb52e2 (diff) | |
download | cython-2599deb29f16af730e979c612670a76908971861.tar.gz |
Modify utility code loader as per discussion + tests
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c33b058c4..8ab504f26 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,7 +18,7 @@ include Demos/freeze/* include Demos/libraries/* include Demos/Makefile* recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h -recursive-include Cython/Utility * +recursive-include Cython/Utility *.pyx *.pxd *.c *.h recursive-include Tools * recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt recursive-include tests *_lib.cpp *.srctree |