Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thodson-usgs committed Jan 8, 2023
1 parent d72a552 commit f18027a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -39,3 +39,5 @@ doc = [
homepage = "https://github.com/USGS-python/dataretrieval"
documentation = "https://usgs-python.github.io/dataretrieval"
repository = "https://github.com/USGS-python/dataretrieval.git"

[tool.setuptools_scm]

0 comments on commit f18027a

Please sign in to comment.