Skip to content

Commit 937fda2

Browse files
committed
fix: SetuptoolsDeprecationWarning: License classifiers are deprecated.
/home/anders/.cache/uv/builds-v0/.tmpXAxITl/lib/python3.12/site-packages/setuptools/dist.py:751: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Signed-off-by: Anders Kaseorg <[email protected]>
1 parent fe6f5fd commit 937fda2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
classifiers=[
3434
"Development Status :: 5 - Production/Stable",
3535
"Intended Audience :: Developers",
36-
"License :: OSI Approved :: MIT License",
3736
"Operating System :: OS Independent",
3837
"Programming Language :: Python",
3938
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)