Skip to content

Commit 28a8d65

Browse files
committed
setup.cfg: remove deprecated "MIT License" classifier
This was pointed out by the `build` job in the `release.yml` workflow: ``` /tmp/build-env-b5h2pv2g/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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! ```
1 parent 35fca09 commit 28a8d65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Development Status :: 4 - Beta
1919
Intended Audience :: Developers
2020
Topic :: Software Development :: Build Tools
21-
License :: OSI Approved :: MIT License
2221
Programming Language :: Python :: 2
2322
Programming Language :: Python :: 2.7
2423
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)