We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72a552 commit f18027aCopy full SHA for f18027a
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "setuptools-scm"]
+requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -39,3 +39,5 @@ doc = [
39
homepage = "https://github.com/USGS-python/dataretrieval"
40
documentation = "https://usgs-python.github.io/dataretrieval"
41
repository = "https://github.com/USGS-python/dataretrieval.git"
42
+
43
+[tool.setuptools_scm]
0 commit comments