Trying to install (and hence build) gssapi on WSL2 (ubuntu 24.04) and getting the following warning
/home/username/.cache/uv/builds-v0/.tmpE1Yu3q/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 :: ISC License (ISCL)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
which seems to correspond to this line in setup.py. Maybe this can be removed because it seems the license is also separately specified
Trying to install (and hence build) gssapi on WSL2 (ubuntu 24.04) and getting the following warning
which seems to correspond to this line in
setup.py. Maybe this can be removed because it seems the license is also separately specified