generated from FAIRmat-NFDI/nomad-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 fix repository link in pyprojecttoml (#30)
* fix link and nomad version * update nomad-lab requirement to 1.3.11 * fix error loop through dict * remove email from author
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,21 +14,25 @@ classifiers = [ | |
"License :: OSI Approved :: MIT License", | ||
] | ||
name = "nomad-catalysis" | ||
description = "a NOMAD plugin for heterogeneous catalysis data" | ||
description = "A NOMAD plugin for heterogeneous catalysis data." | ||
version = "0.1.0" | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
authors = [ | ||
{ name = "Julia Schumann", email = "[email protected]" }, | ||
{ name = "Julia Schumann"}, | ||
{ name = "Hampus Näsström"}, | ||
{ name = "Michael Götte"}, | ||
{ email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{ name = "Julia Schumann", email = "[email protected]" }, | ||
{ name = "FAIRmat", email = "[email protected]"}, | ||
] | ||
license = { file = "LICENSE" } | ||
dependencies = ["nomad-lab>=1.3.0"] | ||
dependencies = ["nomad-lab>=1.3.11"] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/schumannj/nomad-catalysis" | ||
Repository = "https://github.com/FAIRmat-NFDI/nomad-catalysis-plugin" | ||
|
||
[project.optional-dependencies] | ||
dev = ["ruff", "pytest", "structlog"] | ||
|
@@ -110,8 +114,8 @@ where = ["src"] | |
[project.entry-points.'nomad.plugin'] | ||
|
||
catalysis = "nomad_catalysis.schema_packages:catalysis" | ||
|
||
myapp = "nomad_catalysis.apps:myapp" | ||
|
||
[tool.cruft] | ||
# Avoid updating workflow files, this leads to permissions issues | ||
skip = [".github/*"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters