We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b37e281 + b46dfe4 commit 2deb584Copy full SHA for 2deb584
1 file changed
pyproject.toml
@@ -15,12 +15,11 @@ dependencies = [
15
]
16
requires-python = ">=3.9"
17
readme = "README.rst"
18
-license = {text = "Apache License 2.0"}
+license = "Apache-2.0"
19
classifiers = [
20
"Development Status :: 5 - Production/Stable",
21
"Environment :: Web Environment",
22
"Intended Audience :: Developers",
23
- "License :: OSI Approved :: Apache Software License",
24
"Programming Language :: Python",
25
"Programming Language :: Python :: 3",
26
"Programming Language :: Python :: 3.9",
@@ -55,7 +54,7 @@ Documentation = "https://minfraud.readthedocs.org/"
55
54
56
[build-system]
57
requires = [
58
- "setuptools>=61.0.0",
+ "setuptools>=77.0.3",
59
"setuptools-scm",
60
61
build-backend = "setuptools.build_meta"
0 commit comments