summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2013-05-28 23:00:11 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2013-05-28 23:04:53 +0200
commitdb3b0819989399566e0f67e6858fe6f8fc3998c2 (patch)
tree270147ebd2e64bf4809ab49dafcbedbde7945b2b /MANIFEST.in
parent91ba6d616b528a60e6bdcc4c922b29f8173406aa (diff)
downloadnumpy-db3b0819989399566e0f67e6858fe6f8fc3998c2.tar.gz
BUG: include mtrand cython files in sdist
the files are required to do a full source rebuild.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index cd9033d61..23e67069c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,6 +9,8 @@ include *.txt
include setupegg.py
include site.cfg.example
include tools/py3tool.py
+include numpy/random/mtrand/generate_mtrand_c.py
+recursive-include numpy/random/mtrand *.pyx *.pxd
# Adding scons build related files not found by distutils
recursive-include numpy/core/code_generators *.py *.txt
recursive-include numpy/core *.in *.h