summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-17 20:48:12 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-23 01:42:43 +0200
commit3544de73b3662a27fac14d8eb9f5c841668d66de (patch)
tree1110949c4196734fe9dc842f2a4563eb3cf3d9e5 /changelog.d
parent18d751da77750abdefa2868c19a19bd031502311 (diff)
downloadpython-setuptools-git-3544de73b3662a27fac14d8eb9f5c841668d66de.tar.gz
Add License-File field to package metadata
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2645.change.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/2645.change.rst b/changelog.d/2645.change.rst
new file mode 100644
index 00000000..b22385c1
--- /dev/null
+++ b/changelog.d/2645.change.rst
@@ -0,0 +1,4 @@
+Added ``License-File`` (multiple) to the output package metadata.
+The field will contain the path of a license file, matched by the
+``license_file`` (deprecated) and ``license_files`` options,
+relative to ``.dist-info``. - by :user:`cdce8p`