diff options
| author | Michiel W. Beijen <mb@x14.nl> | 2026-02-10 22:14:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-10 16:14:26 -0500 |
| commit | 220db1c78a1bdeb3ccb91ba8bf0b7ab829379c35 (patch) | |
| tree | ab0b32220743a9ca2261af3940c19bd57808f59d /pyproject.toml | |
| parent | ef46215fdecb755c0b77c47fdb8fec670abb5e8b (diff) | |
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.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 38a4457c0e..c64cd28dab 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 :: 2 - Pre-Alpha", "Environment :: Web Environment", |
