diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-07 11:00:50 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-05-07 11:03:08 +0200 |
commit | 33415905e85c51c3348c1def9dfa306fbd358b5e (patch) | |
tree | 507dbdd0a40d258df0a763e6e2af403183c7f0de /MANIFEST.in | |
parent | 64b3e6791ff8cc51986b8dfbf5e63643304d2804 (diff) | |
download | numpy-33415905e85c51c3348c1def9dfa306fbd358b5e.tar.gz |
MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txt
Finally seems to make the GitHub license detection mechanism happy
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2a29f5352..16d066519 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -42,4 +42,4 @@ prune */__pycache__ global-exclude *.pyc *.pyo *.pyd *.swp *.bak *~ # Exclude license file that we append to the main license when running # `python setup.py sdist` -exclude LICENSE_bundled.txt +exclude LICENSES_bundled.txt |