pycryptodome icon indicating copy to clipboard operation
pycryptodome copied to clipboard

SetuptoolsDeprecationWarning: License classifiers are deprecated with 3.22.0

Open heitbaum opened this issue 8 months ago • 0 comments

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()

https://github.com/Legrandin/pycryptodome/blob/64506f73e9454f441cf2b6f8b2b45cf3c63a0cde/setup.py#L528-L529

heitbaum avatar Apr 24 '25 12:04 heitbaum