Skip to content

Commit

Permalink
Change to dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Sep 18, 2024
1 parent f834274 commit 2d948cf
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-schema-plugin-simulation-workflow"
version = "1.0.1"
dynamic = ["version"]
description = "Simulation workflow schema plugin for NOMAD."
readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
Expand Down Expand Up @@ -80,5 +80,7 @@ line-ending = "auto"
[tool.setuptools.packages.find]
include = ["simulationworkflowschema*"]

[tool.setuptools_scm]

[project.entry-points.'nomad.plugin']
simulationworkflowschema = "simulationworkflowschema:simulationworkflow_schema_entry_point"

0 comments on commit 2d948cf

Please sign in to comment.