Skip to content

Commit bf0ab16

Browse files
committed
setup.cfg: remove deprecated classifier
Fixes the following warning: /usr/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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !!
1 parent 4b49680 commit bf0ab16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES/1550.contrib.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The deprecated license classifier was removed from :file:`setup.cfg`
2+
-- by :user:`yegorich`.

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ classifiers =
3333

3434
Intended Audience :: Developers
3535

36-
License :: OSI Approved :: Apache Software License
37-
3836
Programming Language :: Cython
3937
Programming Language :: Python
4038
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)