aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorrajdeep <rajdeeprrao94@gmail.com>2018-10-28 15:38:18 -0400
committerPaul Ganssle <paul@ganssle.io>2018-12-29 11:14:12 -0500
commit8f00d60d623fdc1b8614c5e454edebf8cec504b8 (patch)
tree98c8af958eff765aece3a915b4ee0c54d4c9ed68 /setup.cfg
parent17ad2b72ed29c91fd32e939abf3625314fe7c4ed (diff)
downloadexternal_python_setuptools-8f00d60d623fdc1b8614c5e454edebf8cec504b8.tar.gz
external_python_setuptools-8f00d60d623fdc1b8614c5e454edebf8cec504b8.tar.bz2
external_python_setuptools-8f00d60d623fdc1b8614c5e454edebf8cec504b8.zip
Disallow files for license inputs
The ability to handle files was originally added and documented based on a misunderstanding of what the `license` field should include. The field should be the name of the license, not the full text. It is likely that anyone actually using this was outputing malformed PKG-INFO files, because most license files contain newlines. See GH issue #1551
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 57ab6234..dd404469 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,4 +26,3 @@ universal = 1
license_file = LICENSE
[bumpversion:file:setup.py]
-