summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMichiel W. Beijen <mb@x14.nl>2026-02-10 22:14:26 +0100
committerJacob Walls <jacobtylerwalls@gmail.com>2026-02-10 16:15:57 -0500
commitdab569a1e8bd1a7673246ef5741f62c9d157c005 (patch)
tree16ddef0c1fe8eddd07c772bea78f538b2e4bf479 /pyproject.toml
parent376c78212b34ac2ed3c3595321cabf22c67a9a80 (diff)
[6.0.x] Refs #35961 -- Restored AUTHORS in wheel.
As a side effect from adding explicit license files to conform to PEP 639, the AUTHORS file got dropped from the wheel. The tarball still contained this file. In the "Python Packaging User Guide" (https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files) the AUTHORS file is modeled to be included in license-files. Follow-up to 96a7a652166bece8acc96d6335ebb8091de2f496. Backport of 220db1c78a1bdeb3ccb91ba8bf0b7ab829379c35 from main.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7f2b5d18e2..2b8ddbf314 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ authors = [
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
readme = "README.rst"
license = "BSD-3-Clause"
-license-files = ["LICENSE", "LICENSE.python"]
+license-files = ["LICENSE", "LICENSE.python", "AUTHORS"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",