Skip to content

Commit faea1a5

Browse files
committed
Change to dynamic versioning
1 parent 8afe5cc commit faea1a5

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-parser-plugins-workflow"
7-
version = "1.0"
7+
dynamic = ["version"]
88
description = "Collection of NOMAD parsers for workflow engines."
99
readme = "README.md"
1010
authors = [{ name = "The NOMAD Authors" }]
@@ -79,6 +79,8 @@ line-ending = "auto"
7979
[tool.setuptools.packages.find]
8080
include = ["workflowparsers*"]
8181

82+
[tool.setuptools_scm]
83+
8284
[project.entry-points.'nomad.plugin']
8385
aflowparser = "workflowparsers:aflow_parser_entry_point"
8486
asrparser = "workflowparsers:asr_parser_entry_point"

0 commit comments

Comments
 (0)