diff options
author | mattip <matti.picus@gmail.com> | 2019-09-09 11:26:28 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-09 11:26:28 +0300 |
commit | 037a613fbf6b81397b7506625ad8f0b4e55ec2f4 (patch) | |
tree | cc7688938e94e10832f92beb606a259ece6be10c /MANIFEST.in | |
parent | 42ac121a0b547bc7c218c7ea318caf6c0a420034 (diff) | |
download | numpy-037a613fbf6b81397b7506625ad8f0b4e55ec2f4.tar.gz |
MAINT: use test_requirements.txt in tox and shippable, ship it too
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index dad55176d..7ab57eb8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,10 @@ include pytest.ini include *.txt include README.md include site.cfg.example +include runtests.py +include tox.ini +include .coveragerc +include test_requirements.txt recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in include numpy/__init__.pxd # Add build support that should go in sdist, but not go in bdist/be installed @@ -18,8 +22,6 @@ include numpy/__init__.pxd recursive-include numpy * recursive-include numpy/_build_utils * recursive-include numpy/linalg/lapack_lite * -include runtests.py -include tox.ini pytest.ini .coveragerc recursive-include tools * # Add sdist files whose use depends on local configuration. include numpy/core/src/common/cblasfuncs.c |