Skip to content

Commit ebc7726

Browse files
authored
Merge pull request #7 from nomad-coe/dynamic-version
Change to dynamic versioning
2 parents ef7b2ee + 6f6f7b0 commit ebc7726

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-system"
7-
version = "1.0"
7+
dynamic = ["version"]
88
description = "System normalizer plugin for NOMAD."
99
readme = "README.md"
1010
authors = [{ name = "The NOMAD Authors" }]
@@ -76,5 +76,7 @@ line-ending = "auto"
7676
[tool.setuptools.packages.find]
7777
include = ["systemnormalizer*"]
7878

79+
[tool.setuptools_scm]
80+
7981
[project.entry-points.'nomad.plugin']
8082
systemnormalizer = "systemnormalizer:system_normalizer_entry_point"

0 commit comments

Comments
 (0)