Files
ports/net/py-maxminddb/files/patch-pyproject.toml
T
Olivier Cochard b702f9affd net/py-maxminddb: Update to 2.7.0
Reported by:	portscout
2025-05-06 22:08:47 +02:00

21 lines
469 B
TOML

--- pyproject.toml.orig 2025-05-05 19:00:49 UTC
+++ pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.rst"
]
requires-python = ">=3.9"
readme = "README.rst"
-license = "Apache-2.0"
+license = {file = "LICENSE"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
@@ -43,7 +43,7 @@ requires = [
[build-system]
requires = [
- "setuptools>=77.0.3",
+ "setuptools",
"setuptools-scm",
"wheel",
]