From 391d78de836a50e9ae1513bc75cc0772c253d81b Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Wed, 18 Sep 2024 13:17:31 +0200 Subject: [PATCH] Change to dynamic versioning --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7455138..e68bff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["setuptools"] +requires = ["setuptools>=61.0.0", "setuptools-scm>=8.0"] build-backend = "setuptools.build_meta" [project] name = 'nomad-parser-plugins-simulation' -version = '1.0.2' +dynamic = ["version"] description = 'Collection of NOMAD parsers for simulation codes.' readme = "README.md" authors = [{ name = "The NOMAD Authors" }] @@ -34,6 +34,8 @@ where = [ "simulationparsers/abacus", ] +[tool.setuptools_scm] + [tool.ruff] include = ["simulationparsers/*.py", "tests/*.py"] select = [