diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-06 23:25:41 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-06 23:25:41 +0200 |
commit | 70aafae8fb178b5760f94a5767bb0f7ec0081ca7 (patch) | |
tree | 881a37a45c9c031e02ad540f332d204ffab3f76d | |
parent | f993b3c33ecce4a2b084fecb876bbd0f55fba1ee (diff) | |
download | numpy-70aafae8fb178b5760f94a5767bb0f7ec0081ca7.tar.gz |
REL: include README.md in sdist
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3090a4b7d..2a29f5352 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,6 +7,7 @@ include MANIFEST.in include pytest.ini include *.txt +include README.md include site.cfg.example recursive-include numpy/random/mtrand *.pyx *.pxd # Add build support that should go in sdist, but not go in bdist/be installed |