diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 11:57:34 -0600 |
---|---|---|
committer | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 17:30:51 -0600 |
commit | 59b073928f1bd521a58b756ef4293135d8bd3e29 (patch) | |
tree | a4d44e890b8962099755a07ddf77cd43658c1670 /MANIFEST.in | |
parent | edb501db0ee21566de423ee571814bcf1111f2eb (diff) | |
download | numpy-59b073928f1bd521a58b756ef4293135d8bd3e29.tar.gz |
MAINT: Fix nose features to work on pytest
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 a15a05c63..82de0012d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ # data, etc files to distribution. Avoid using MANIFEST.in for that. # include MANIFEST.in +include pytest.ini include *.txt include site.cfg.example include numpy/random/mtrand/generate_mtrand_c.py |