Skip to content

Commit 5c3a5d2

Browse files
committed
Change to dynamic versioning
1 parent 59a418f commit 5c3a5d2

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-database"
7-
version = "1.0"
7+
dynamic = ["version"]
88
description = "Collection of NOMAD parsers for databases."
99
readme = "README.md"
1010
authors = [{ name = "The NOMAD Authors" }]
@@ -79,6 +79,8 @@ include = [
7979
"databaseparsers*",
8080
]
8181

82+
[tool.setuptools_scm]
83+
8284
[project.entry-points.'nomad.plugin']
8385
openkimparser = "databaseparsers:openkim_parser_entry_point"
8486

0 commit comments

Comments
 (0)