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 8afe5cc commit faea1a5Copy full SHA for faea1a5
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-parser-plugins-workflow"
7
-version = "1.0"
+dynamic = ["version"]
8
description = "Collection of NOMAD parsers for workflow engines."
9
readme = "README.md"
10
authors = [{ name = "The NOMAD Authors" }]
@@ -79,6 +79,8 @@ line-ending = "auto"
79
[tool.setuptools.packages.find]
80
include = ["workflowparsers*"]
81
82
+[tool.setuptools_scm]
83
+
84
[project.entry-points.'nomad.plugin']
85
aflowparser = "workflowparsers:aflow_parser_entry_point"
86
asrparser = "workflowparsers:asr_parser_entry_point"
0 commit comments