Skip to content

Commit

Permalink
Change to dynamic versioning (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa authored Sep 18, 2024
1 parent 5f7c2ca commit 6162be9
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-parser-plugins-atomistic"
version = "1.0.1"
dynamic = ["version"]
description = "Collection of NOMAD parsers for atomistic codes."
readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
Expand Down Expand Up @@ -84,6 +84,8 @@ include = [
"atomisticparsers*",
] # package names should match these glob patterns (["*"] by default)

[tool.setuptools_scm]

[project.entry-points.'nomad.plugin']
amberparser = "atomisticparsers:amber_parser_entry_point"
asapparser = "atomisticparsers:asap_parser_entry_point"
Expand Down

0 comments on commit 6162be9

Please sign in to comment.