aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-11-12 22:32:51 -0500
committerPaul Ganssle <paul@ganssle.io>2018-11-12 22:39:09 -0500
commitac3cee396ff93f66afa86bc6e3aa3da3a2667514 (patch)
tree15b1b7355c915cb6053311773947f24b8f075de1 /changelog.d
parent95df56d0b8699c4d6373f608a359e3fb285024ff (diff)
downloadexternal_python_setuptools-ac3cee396ff93f66afa86bc6e3aa3da3a2667514.tar.gz
external_python_setuptools-ac3cee396ff93f66afa86bc6e3aa3da3a2667514.tar.bz2
external_python_setuptools-ac3cee396ff93f66afa86bc6e3aa3da3a2667514.zip
Fix issue with missing author metadata
Prior to this patch, if the author or author_email were omitted from `setup`, a malformed `PKG-INFO` would be created.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1590.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1590.change.rst b/changelog.d/1590.change.rst
new file mode 100644
index 00000000..6d2a9140
--- /dev/null
+++ b/changelog.d/1590.change.rst
@@ -0,0 +1 @@
+Fixed regression where packages without ``author`` or ``author_email`` fields generated malformed package metadata.