Skip to content

Commit 2deb584

Browse files
authored
Merge pull request #174 from maxmind/greg/eng-1832
Switch to new pyproject.toml license format
2 parents b37e281 + b46dfe4 commit 2deb584

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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)