You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a SPDX license expression to declare our licensing; add links to our
license files; and drop the deprecated license Trove classifier.
Without this change, setuptools shows large deprecation warnings saying
that support for the old project.license syntax will be removed on
2026-Feb-18. However, the new syntax requires setuptools >= 77, so this
change breaks compatibility with setuptools 61-76. Users installing from
source will be unaffected because the build frontend automatically updates
setuptools if required, but Linux distro packaging disallows such updates,
so this change breaks package builds for many still-supported distro
versions.
To build with older setuptools, distros will need to patch out the
project.license field and reduce the build-system.requires dependency.
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
0 commit comments