Skip to content

Commit 0b86283

Browse files
authored
Merge pull request #150 from maxmind/greg/remove-setuptools-dep
Remove setuptools as a runtime dep
2 parents 4682796 + 97597b0 commit 0b86283

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
2.11.1
7+
+++++++++++++++++++
8+
9+
* ``setuptools`` was incorrectly listed as a runtime dependency. This has
10+
been removed.
11+
612
2.11.0 (2024-07-08)
713
+++++++++++++++++++
814

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ authors = [
66
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
77
]
88
dependencies = [
9-
"setuptools>=60.0.0",
109
"aiohttp>=3.6.2,<4.0.0",
1110
"email_validator>=2.0.0,<3.0.0",
1211
"geoip2>=4.8.0,<5.0.0",
@@ -48,7 +47,10 @@ Documentation = "https://minfraud.readthedocs.org/"
4847
"Issue Tracker" = "https://github.com/maxmind/minfraud-api-python/issues"
4948

5049
[build-system]
51-
requires = ["setuptools", "setuptools-scm", "wheel"]
50+
requires = [
51+
"setuptools>=61.0.0",
52+
"setuptools-scm",
53+
]
5254
build-backend = "setuptools.build_meta"
5355

5456
[tool.black]

0 commit comments

Comments
 (0)