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.
The new syntax for project.license 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. However, setuptools' deprecation warning claims that support
for the old syntax will be removed on 2026-Feb-18, leaving us no choice
but to break backward compatibility.
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments