Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21f144b

Browse files
authoredMar 19, 2024
Merge pull request #155 from lewiscollard/no-setuptools
Don't require setuptools in prod dependencies in pyproject.toml
2 parents ee8e7f9 + 70c58c8 commit 21f144b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm", "wheel"]
2+
requires = ["setuptools>=68.2.2", "setuptools-scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -9,9 +9,6 @@ description = "Reader for the MaxMind DB format"
99
authors = [
1010
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
1111
]
12-
dependencies = [
13-
"setuptools>=68.2.2",
14-
]
1512
requires-python = ">=3.8"
1613
readme = "README.rst"
1714
license = {text = "Apache License, Version 2.0"}

0 commit comments

Comments
 (0)
Please sign in to comment.