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 59a418f commit 5c3a5d2Copy full SHA for 5c3a5d2
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-database"
7
-version = "1.0"
+dynamic = ["version"]
8
description = "Collection of NOMAD parsers for databases."
9
readme = "README.md"
10
authors = [{ name = "The NOMAD Authors" }]
@@ -79,6 +79,8 @@ include = [
79
"databaseparsers*",
80
]
81
82
+[tool.setuptools_scm]
83
+
84
[project.entry-points.'nomad.plugin']
85
openkimparser = "databaseparsers:openkim_parser_entry_point"
86
0 commit comments