summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2018-04-30 19:32:01 +1000
committerStephen Finucane <stephenfin@redhat.com>2018-10-05 13:24:49 +0000
commit77e75e25e383fb8319be7b46eca3d1d10136bc22 (patch)
treeee7b314c27be9ec9d81cd6184a2ae6b6fb957e97 /releasenotes
parentf14a3b2b73c6c95edbea8de799cf1df07decdf0e (diff)
downloadpbr-77e75e25e383fb8319be7b46eca3d1d10136bc22.tar.gz
Special case long_description_content_type
As described in the pypa pull request, special-case passing through these fields into the metadata. setuptools will maintain them. Change-Id: I89eb8c6d627790680a61a0a4b7490191b6e8e90c Closes-Bug: #1762494
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/long-descr-content-type-f9a1003acbb8740f.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/long-descr-content-type-f9a1003acbb8740f.yaml b/releasenotes/notes/long-descr-content-type-f9a1003acbb8740f.yaml
new file mode 100644
index 0000000..5912332
--- /dev/null
+++ b/releasenotes/notes/long-descr-content-type-f9a1003acbb8740f.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ The ``description-content-type`` was not being set correctly. It
+ will now be correctly populated when using ``setuptools`` 39.2.0
+ and beyond.