-
Notifications
You must be signed in to change notification settings - Fork 5
/
.somesy.toml
40 lines (32 loc) · 1.06 KB
/
.somesy.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[project]
name = "fair-python-cookiecutter"
version = "0.3.2"
description = "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata. "
license = "MIT"
keywords = [
"fair",
"metadata",
"python",
"cookiecutter",
"template",
]
repository = "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"
homepage = "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter"
documentation = "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter"
[[project.people]]
given-names = "Anton"
family-names = "Pirogov"
email = "a.pirogov@fz-juelich.de"
orcid = "https://orcid.org/0000-0002-5077-7497"
author = true
[[project.people]]
family-names = "Soylu"
given-names = "Mustafa"
email = "m.soylu@fz-juelich.de"
orcid = "https://orcid.org/0000-0003-2637-0432"
author = true
maintainer = true
contribution = "Supported implementation of Windows support and testing the template"
contribution_types = ["code", "test"]
[config]
verbose = true