Skip to content

Commit b46dfe4

Browse files
committed
Switch to new pyproject.toml license format
1 parent 5f47408 commit b46dfe4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ dependencies = [
1515
]
1616
requires-python = ">=3.9"
1717
readme = "README.rst"
18-
license = {text = "Apache License 2.0"}
18+
license = "Apache-2.0"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Environment :: Web Environment",
2222
"Intended Audience :: Developers",
23-
"License :: OSI Approved :: Apache Software License",
2423
"Programming Language :: Python",
2524
"Programming Language :: Python :: 3",
2625
"Programming Language :: Python :: 3.9",
@@ -55,7 +54,7 @@ Documentation = "https://minfraud.readthedocs.org/"
5554

5655
[build-system]
5756
requires = [
58-
"setuptools>=61.0.0",
57+
"setuptools>=77.0.3",
5958
"setuptools-scm",
6059
]
6160
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)