Skip to content

Commit

Permalink
Merge pull request #155 from lewiscollard/no-setuptools
Browse files Browse the repository at this point in the history
Don't require setuptools in prod dependencies in pyproject.toml
  • Loading branch information
oschwald authored Mar 19, 2024
2 parents ee8e7f9 + 70c58c8 commit 21f144b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "wheel"]
requires = ["setuptools>=68.2.2", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -9,9 +9,6 @@ description = "Reader for the MaxMind DB format"
authors = [
{name = "Gregory Oschwald", email = "[email protected]"},
]
dependencies = [
"setuptools>=68.2.2",
]
requires-python = ">=3.8"
readme = "README.rst"
license = {text = "Apache License, Version 2.0"}
Expand Down

0 comments on commit 21f144b

Please sign in to comment.