summaryrefslogtreecommitdiff
path: root/net/py-GeoIP2/files/patch-pyproject.toml
blob: 32c1bfd3dd5150d5a26c3f2229170a794600a1dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- pyproject.toml.orig	2025-05-05 19:38:52 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [project]
-name = "geoip2"
+name = "GeoIP2"
 version = "5.1.0"
 description = "MaxMind GeoIP2 API"
 authors = [
@@ -12,7 +12,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",
@@ -44,7 +44,7 @@ requires = [
 
 [build-system]
 requires = [
-    "setuptools>=77.0.3",
+    "setuptools",
     "setuptools-scm",
 ]
 build-backend = "setuptools.build_meta"