Skip to content

Commit f9f5be4

Browse files
committed
setup.cfg: update license, remove classifier
Use an SPDX license expression for license and remove the classifier, as suggested by setuptools. Signed-off-by: Kevin Locke <[email protected]>
1 parent 9c6c680 commit f9f5be4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ friendly_name = Python Project Template
88
version = attr: packagename.__version__
99
description = Short description of this package and its purpose.
1010
long_description = file: README.rst
11-
# Note: license is only needed for deviations/exceptions to License classifier
12-
# https://packaging.python.org/guides/distributing-packages-using-setuptools/?highlight=keywords#license
11+
# license should be a valid SPDX license expression
12+
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1313
# Is also printed by `./setup.py --license`. Match classifier where possible.
14-
license = MIT License
14+
license = MIT
1515
license_files = LICENSE.txt
1616
author = Kevin Locke
1717
author_email = [email protected]
@@ -28,7 +28,6 @@ project_urls =
2828
classifiers =
2929
Development Status :: 3 - Alpha
3030
Intended Audience :: Developers
31-
License :: OSI Approved :: MIT License
3231
Operating System :: OS Independent
3332
Programming Language :: Python
3433
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)