Skip to content

Commit 90eff58

Browse files
committed
apply pre-cmmit
1 parent 90833c5 commit 90eff58

3 files changed

Lines changed: 33 additions & 39 deletions

File tree

CITATION.cff

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ abstract: A CLI tool for synchronizing software project metadata.
88
repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy
99
license: MIT
1010
keywords:
11-
- metadata
12-
- FAIR
11+
- metadata
12+
- FAIR
1313
authors:
14-
- orcid: https://orcid.org/0000-0003-2637-0432
15-
email: m.soylu@fz-juelich.de
16-
given-names: Mustafa
17-
family-names: Soylu
18-
- email: a.pirogov@fz-juelich.de
19-
orcid: https://orcid.org/0000-0002-5077-7497
20-
family-names: Pirogov
21-
given-names: Anton
22-
- email: v.hofmann@fz-juelich.de
23-
orcid: https://orcid.org/0000-0002-5149-603X
24-
family-names: Hofmann
25-
given-names: Volker
26-
- email: s.sandfeld@fz-juelich.de
27-
orcid: https://orcid.org/0000-0001-9560-4728
28-
family-names: Sandfeld
29-
given-names: Stefan
14+
- orcid: https://orcid.org/0000-0003-2637-0432
15+
email: m.soylu@fz-juelich.de
16+
given-names: Mustafa
17+
family-names: Soylu
18+
- email: a.pirogov@fz-juelich.de
19+
orcid: https://orcid.org/0000-0002-5077-7497
20+
family-names: Pirogov
21+
given-names: Anton
22+
- email: v.hofmann@fz-juelich.de
23+
orcid: https://orcid.org/0000-0002-5149-603X
24+
family-names: Hofmann
25+
given-names: Volker
26+
- email: s.sandfeld@fz-juelich.de
27+
orcid: https://orcid.org/0000-0001-9560-4728
28+
family-names: Sandfeld
29+
given-names: Stefan
3030
contact:
31-
- email: m.soylu@fz-juelich.de
32-
family-names: Soylu
33-
given-names: Mustafa
34-
orcid: https://orcid.org/0000-0003-2637-0432
31+
- email: m.soylu@fz-juelich.de
32+
family-names: Soylu
33+
given-names: Mustafa
34+
orcid: https://orcid.org/0000-0003-2637-0432
3535
url: https://materials-data-science-and-informatics.github.io/somesy

codemeta.json

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"audience": [
1212
{
1313
"@type": "Audience",
14-
"audienceType": "Developers"
14+
"audienceType": "Science/Research"
1515
},
1616
{
1717
"@type": "Audience",
18-
"audienceType": "Science/Research"
18+
"audienceType": "Developers"
1919
}
2020
],
2121
"author": [
@@ -25,6 +25,12 @@
2525
"familyName": "Soylu",
2626
"givenName": "Mustafa"
2727
},
28+
{
29+
"@id": "https://orcid.org/0000-0002-5077-7497",
30+
"@type": "Person",
31+
"familyName": "Pirogov",
32+
"givenName": "Anton"
33+
},
2834
{
2935
"@id": "https://orcid.org/0000-0002-5149-603X",
3036
"@type": "Person",
@@ -36,12 +42,6 @@
3642
"@type": "Person",
3743
"familyName": "Sandfeld",
3844
"givenName": "Stefan"
39-
},
40-
{
41-
"@id": "https://orcid.org/0000-0002-5077-7497",
42-
"@type": "Person",
43-
"familyName": "Pirogov",
44-
"givenName": "Anton"
4545
}
4646
],
4747
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/somesy",
@@ -52,30 +52,23 @@
5252
"metadata"
5353
],
5454
"license": "http://spdx.org/licenses/MIT",
55-
"maintainer": {
56-
"@type": "Person",
57-
"email": "m.soylu@fz-juelich.de",
58-
"familyName": "Soylu",
59-
"givenName": "Mustafa"
60-
},
6155
"name": "somesy",
6256
"operatingSystem": "POSIX > Linux",
6357
"runtimePlatform": "Python 3",
64-
"softwareHelp": "https://materials-data-science-and-informatics.github.io/somesy",
6558
"softwareRequirements": [
6659
{
6760
"@type": "SoftwareApplication",
6861
"identifier": "'version':",
6962
"name": "'version':",
7063
"runtimePlatform": "Python 3",
71-
"version": "'^0.7.0'}"
64+
"version": "'^1.9.2'}"
7265
},
7366
{
7467
"@type": "SoftwareApplication",
7568
"identifier": "'version':",
7669
"name": "'version':",
7770
"runtimePlatform": "Python 3",
78-
"version": "'^1.9.2'}"
71+
"version": "'^0.7.0'}"
7972
},
8073
{
8174
"@type": "SoftwareApplication",

tests/output/test_pyproject_writer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pathlib import Path
2+
23
import pytest
34

45
from somesy.core.models import LicenseEnum, Person, ProjectMetadata

0 commit comments

Comments
 (0)