Skip to content

Commit 9d33f77

Browse files
authored
Change to dynamic versioning (#17)
1 parent 256d1a8 commit 9d33f77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
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" }]
@@ -76,6 +76,8 @@ include = [
7676
"databaseparsers*",
7777
]
7878

79+
[tool.setuptools_scm]
80+
7981
[project.entry-points.'nomad.plugin']
8082
openkimparser = "databaseparsers:openkim_parser_entry_point"
8183

0 commit comments

Comments
 (0)