summaryrefslogtreecommitdiff
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:17:36 -0500
commit420c7071f35c7ba9ce2bf936b4d870c0be6a142c (patch)
tree1f730dd791fce798002361f39b2751a2fcee7f7a
parentdc32c07a3a2ef4045dd07624829b491fb75f46a6 (diff)
[5.2.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.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a8381a122a..59b3a52294 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",