Modify ↓
Opened 7 hours ago
#13882 new defect
License classifiers are deprecated since setuptools 77
Reported by: | Jun Omae | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
cf.
- https://setuptools.pypa.io/en/stable/history.html#v77-0-0
- pep:639#deprecate-license-classifiers
- pep:639#deprecate-license-field
$ python -Wdefault setup.py egg_info /venv/lib/python3.10/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression()
Attachments (0)
Note:
See TracTickets
for help on using tickets.