summaryrefslogtreecommitdiff
path: root/changelog.d/2645.change.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/2645.change.rst')
-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`