diff options
author | mattip <matti.picus@gmail.com> | 2019-04-10 00:50:42 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-05-20 18:45:27 +0300 |
commit | c53b2eb729bae1f248a2654dfcfa4a3dd3e2902b (patch) | |
tree | eed1d982201dc892984feaca355565217069eb20 /MANIFEST.in | |
parent | 7e8e19f9a3b452fdbd992568348b393c31fba005 (diff) | |
download | numpy-c53b2eb729bae1f248a2654dfcfa4a3dd3e2902b.tar.gz |
BENCH: convert bencmarks to asv format
remove files that were part of the origal repo
rework randomgen docs to integrate with numpy and fix some links
remove convenience functions, require explicit call to gen.brng
move code out of numpy.random.randomgen into numpy.random
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 16d066519..e27b843a9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,7 +9,8 @@ include pytest.ini include *.txt include README.md include site.cfg.example -recursive-include numpy/random/mtrand *.pyx *.pxd +include numpy/random/_mtrand/generate_mtrand_c.py +recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in # 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 # included by 'recursive-include', so list those separately |