Skip to content

Commit 310838a

Browse files
authored
Merge pull request #7 from nomad-coe/dynamic-version
Change to dynamic versioning
2 parents 5936d96 + 563d8a1 commit 310838a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools>=61.0.0", "setuptools-scm>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nomad-normalizer-plugin-simulation-workflow"
7-
version = "1.0"
7+
dynamic = ["version"]
88
description = "Simulation workflow nomad plugin for NOMAD."
99
readme = "README.md"
1010
authors = [{ name = "The NOMAD Authors" }]
@@ -71,5 +71,7 @@ line-ending = "auto"
7171
[tool.setuptools.packages.find]
7272
include = ["simulationworkflownormalizer*"]
7373

74+
[tool.setuptools_scm]
75+
7476
[project.entry-points.'nomad.plugin']
7577
simulationworkflownormalizer = "simulationworkflownormalizer:simulationworkflow_normalizer_entry_point"

0 commit comments

Comments
 (0)