diff options
author | mattip <matti.picus@gmail.com> | 2019-09-27 15:10:40 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-11 15:08:46 +0300 |
commit | e527e71f11e79e03eee41441d383b046ddb68d8b (patch) | |
tree | e01be48bcd9d363f4661214711bc80d2b3362ed9 /MANIFEST.in | |
parent | 007b3236a1409648629660cd6a25adeaba40cf75 (diff) | |
download | numpy-e527e71f11e79e03eee41441d383b046ddb68d8b.tar.gz |
API: rearrange the cython files in numpy.random
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7ab57eb8c..b58f85d4d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,6 +15,7 @@ include tox.ini include .coveragerc include test_requirements.txt recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in +include numpy/random/include/* include numpy/__init__.pxd # Add build support that should go in sdist, but not go in bdist/be installed # Note that sub-directories that don't have __init__ are apparently not |