Skip to content

Commit

Permalink
Drop unused pyproject dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f authored Dec 22, 2024
1 parent d65faa6 commit 8615345
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 = ["pip", "setuptools>=64", "setuptools_scm>=8", "wheel", "twine"]
requires = ["pip", "setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -63,9 +63,6 @@ docs = [
[project.scripts]
earth_osm = "earth_osm.__main__:main"

[tool.setuptools_scm]
version_scheme = "no-guess-dev"

[tool.setuptools.packages.find]
include = ["earth_osm"]

Expand Down

0 comments on commit 8615345

Please sign in to comment.