Skip to content

Commit dfff62c

Browse files
committed
feat: dynamic versioning (#2)
1 parent 27cffbf commit dfff62c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "snakemake-storage-plugin-cached-http"
7-
version = "0.1.0"
7+
dynamic = ["version"]
88
description = "Snakemake storage plugin for downloading files via HTTP with caching and rate limiting"
99
authors = [
1010
{ name = "PyPSA-Eur Authors", email = "jonas.hoersch@openenergytransition.org" },
@@ -43,7 +43,7 @@ dev = [
4343
]
4444

4545
[build-system]
46-
requires = ["setuptools>=61.0"]
46+
requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
4747
build-backend = "setuptools.build_meta"
4848

4949
[project.entry-points."snakemake_storage_plugins"]
@@ -59,6 +59,8 @@ markers = [
5959
asyncio_mode = "auto"
6060
asyncio_default_fixture_loop_scope = "function"
6161

62+
[tool.setuptools_scm]
63+
6264
[dependency-groups]
6365
dev = [
6466
"humanfriendly>=10.0",

0 commit comments

Comments
 (0)