File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ friendly_name = Python Project Template
88version = attr: packagename.__version__
99description = Short description of this package and its purpose.
1010long_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
1515license_files = LICENSE.txt
1616author = Kevin Locke
1717@@ -28,7 +28,6 @@ project_urls =
2828classifiers =
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
You can’t perform that action at this time.
0 commit comments