Skip to content

Commit

Permalink
Update toml and cff (#129)
Browse files Browse the repository at this point in the history
* Removed maintainers from pyproject.toml

* Change fairmat-readers-xrd dependency to greater than

* Corrected description in toml

* Added abstract to CITATION.cff
  • Loading branch information
hampusnasstrom authored Sep 19, 2024
1 parent 21394f6 commit f18ec4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
title: nomad-measurements
title: NOMAD Measurements Plugin
message: >-
If you use this software, please cite it using the
metadata from this file.
Expand All @@ -26,5 +26,12 @@ authors:
repository-code: 'https://github.com/FAIRmat-NFDI/nomad-measurements'
url: 'https://fairmat-nfdi.github.io/nomad-measurements/'
abstract: >-
A NOMAD plugin containing base sections for measurements.
`nomad-measurements` is a plugin for the NOMAD software (https://zenodo.org/doi/10.5281/zenodo.8366162)
adding data schemas and parsers for material measurement data.
For example, it can be used to parse data from various X-ray diffraction vendor files
into a common data format that can be analyzed, explored, and published in NOMAD.
The plugin is community driven and primarily aims at providing usability to users
through practical data parsers and common data schemas.
The data schemas continue to develop with the community to ultimately provide Findable,
Accessible, Interoperable, and Reusable (FAIR) data.
license: Apache-2.0
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
name = "nomad-measurements"
dynamic = ["version"]
description = "A plugin for NOMAD containing base sections for material processing."
description = "A plugin for NOMAD containing base sections for measurements."
readme = "README.md"
requires-python = ">=3.9"
authors = [
Expand All @@ -31,16 +31,13 @@ authors = [
{ email = "fairmat@physik.hu-berlin.de" },
]
maintainers = [
{ name = "Hampus Näsström", email = "hampus.naesstroem@physik.hu-berlin.de" },
{ name = "Andrea Albino", email = "andrea.albino@physik.hu-berlin.de" },
{ name = "Sebastian Brückner", email = "sebastian.brueckner@ikz-berlin.de" },
{ name = "Sarthak Kapoor", email = "sarthak.kapoor@physik.hu-berlin.de" },
{ name = "FAIRmat", email = "fairmat@physik.hu-berlin.de" },
]
license = { file = "LICENSE" }
dependencies = [
"nomad-lab>=1.3.6",
"xmltodict==0.13.0",
"fairmat-readers-xrd~=0.0.3",
"fairmat-readers-xrd>=0.0.3",
]
[project.urls]
"Homepage" = "https://github.com/FAIRmat-NFDI/nomad-measurements"
Expand Down

0 comments on commit f18ec4c

Please sign in to comment.