We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cffbf commit dfff62cCopy full SHA for dfff62c
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@
4
5
[project]
6
name = "snakemake-storage-plugin-cached-http"
7
-version = "0.1.0"
+dynamic = ["version"]
8
description = "Snakemake storage plugin for downloading files via HTTP with caching and rate limiting"
9
authors = [
10
{ name = "PyPSA-Eur Authors", email = "jonas.hoersch@openenergytransition.org" },
@@ -43,7 +43,7 @@ dev = [
43
]
44
45
[build-system]
46
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
47
build-backend = "setuptools.build_meta"
48
49
[project.entry-points."snakemake_storage_plugins"]
@@ -59,6 +59,8 @@ markers = [
59
asyncio_mode = "auto"
60
asyncio_default_fixture_loop_scope = "function"
61
62
+[tool.setuptools_scm]
63
+
64
[dependency-groups]
65
dev = [
66
"humanfriendly>=10.0",
0 commit comments