Skip to content

SetuptoolsDeprecationWarning: License classifiers are deprecated with 3.22.0 #869

Open
@heitbaum

Description

@heitbaum

Warning whilst building

https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license

Executing (target): python3 -m build -n -w -x 
* Building wheel...
/var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/toolchain/lib/python3.13/site-packages/setuptools/
dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: BSD License
        License :: Public Domain

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()

pycryptodome/setup.py

Lines 528 to 529 in 64506f7

'License :: OSI Approved :: BSD License',
'License :: Public Domain',

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions