Skip to content

Commit

Permalink
Merge pull request #7 from nomad-coe/dynamic-version
Browse files Browse the repository at this point in the history
Change to dynamic versioning
  • Loading branch information
JFRudzinski authored Nov 20, 2024
2 parents 5936d96 + 563d8a1 commit 310838a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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-normalizer-plugin-simulation-workflow"
version = "1.0"
dynamic = ["version"]
description = "Simulation workflow nomad plugin for NOMAD."
readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
Expand Down Expand Up @@ -71,5 +71,7 @@ line-ending = "auto"
[tool.setuptools.packages.find]
include = ["simulationworkflownormalizer*"]

[tool.setuptools_scm]

[project.entry-points.'nomad.plugin']
simulationworkflownormalizer = "simulationworkflownormalizer:simulationworkflow_normalizer_entry_point"

0 comments on commit 310838a

Please sign in to comment.