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
Set license and license-files key in project metadata to follow PEP639 (#3699)
Adhere to https://peps.python.org/pep-0639 and
specify exact variant of license used (BSD-3-Clause).
* Pin setuptools>=77
Initial support added for PEP 639, see
https://setuptools.pypa.io/en/stable/history.html#v77-0-0
* Remove tool.setuptools.license-files
Fixes `setuptools.errors.InvalidConfigError: 'project.license-files' is defined already.
Remove 'tool.setuptools.license-files'` when running `make package`.
0 commit comments