summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-05-07 11:00:50 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2019-05-07 11:03:08 +0200
commit33415905e85c51c3348c1def9dfa306fbd358b5e (patch)
tree507dbdd0a40d258df0a763e6e2af403183c7f0de /MANIFEST.in
parent64b3e6791ff8cc51986b8dfbf5e63643304d2804 (diff)
downloadnumpy-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.in2
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