Skip to content

Commit f0e6669

Browse files
committed
Fix license config deprecation warnings
They switched to a new format for licenses. See: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1 parent f8e5d76 commit f0e6669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ authors = [
1111
]
1212
requires-python = ">=3.9"
1313
readme = "README.rst"
14-
license = {text = "Apache License, Version 2.0"}
14+
license = "Apache-2.0"
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Environment :: Web Environment",
1818
"Intended Audience :: Developers",
1919
"Intended Audience :: System Administrators",
20-
"License :: OSI Approved :: Apache Software License",
2120
"Programming Language :: Python",
2221
"Programming Language :: Python :: 3",
2322
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)