-
Couldn't load subscription status.
- Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
FEATURE REQUEST
Releasing packages shows the following warning:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Zope Public License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
Steps to solve it:
- use
license='ZPL-2.1',(Source: https://spdx.org/licenses/) - Remove
License :: OSI Approved :: Zope Public License.
Example:
Tasks:
- Implement the steps mentioned above in
config-packagescript.
mauritsvanrees and dreua
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request