summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-05-06 23:17:49 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2019-05-06 23:23:29 +0200
commitf993b3c33ecce4a2b084fecb876bbd0f55fba1ee (patch)
tree01420cf9fb97e61ae5b2db19adff68d799db8256 /MANIFEST.in
parenta08fb60447be61b9136ba64947b79e987f696001 (diff)
downloadnumpy-f993b3c33ecce4a2b084fecb876bbd0f55fba1ee.tar.gz
BLD: prune LICENSE_bundled.txt in MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f5236d1e0..3090a4b7d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -39,3 +39,6 @@ prune benchmarks/numpy
# Exclude generated files
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