Skip to content

warning during build because of deprecated license classifier #361

Open
@theavey

Description

@theavey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions