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.
2 parents 5936d96 + 563d8a1 commit 310838aCopy full SHA for 310838a
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
-requires = ["setuptools"]
+requires = ["setuptools>=61.0.0", "setuptools-scm>=8.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "nomad-normalizer-plugin-simulation-workflow"
7
-version = "1.0"
+dynamic = ["version"]
8
description = "Simulation workflow nomad plugin for NOMAD."
9
readme = "README.md"
10
authors = [{ name = "The NOMAD Authors" }]
@@ -71,5 +71,7 @@ line-ending = "auto"
71
[tool.setuptools.packages.find]
72
include = ["simulationworkflownormalizer*"]
73
74
+[tool.setuptools_scm]
75
+
76
[project.entry-points.'nomad.plugin']
77
simulationworkflownormalizer = "simulationworkflownormalizer:simulationworkflow_normalizer_entry_point"
0 commit comments