Skip to content

Commit f18027a

Browse files
authored
Update pyproject.toml
1 parent d72a552 commit f18027a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm"]
2+
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -39,3 +39,5 @@ doc = [
3939
homepage = "https://github.com/USGS-python/dataretrieval"
4040
documentation = "https://usgs-python.github.io/dataretrieval"
4141
repository = "https://github.com/USGS-python/dataretrieval.git"
42+
43+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)