Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Sep 11, 2024
1 parent bb309a1 commit 8e03966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = 'simulationparsers'
name = 'nomad-parser-plugins-simulation'
version = '1.0'
description = 'Collection of NOMAD parsers for simulation codes.'
readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
license = { file = "LICENSE" }
dependencies = [
"nomad-lab>=1.2.0",
"nomad-lab>=1.3.6",
"nomad-schema-plugin-run>=1.0.1",
]

Expand Down

0 comments on commit 8e03966

Please sign in to comment.