-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsomesy.toml
More file actions
37 lines (33 loc) · 1.2 KB
/
somesy.toml
File metadata and controls
37 lines (33 loc) · 1.2 KB
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
# NOTE: this repository uses the tool somesy to help you easily maintain
# and synchronize all the high-level project metadata across multiple files.
# To see which other metadata can be added, check out the somesy documentation
# https://materials-data-science-and-informatics.github.io/somesy/main/
[project]
name = "fair-python-cookiecutter-demo"
version = "1.0.0"
description = "TODO - add description"
license = "Unlicense"
keywords = [
"TODO",
"add",
"keywords"
]
repository = "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo"
homepage = "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo"
documentation = "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter-demo"
[[project.people]]
given-names = "Anton"
family-names = "Pirogov"
email = "a.pirogov@fz-juelich.de"
orcid = "https://orcid.org/0000-0002-5077-7497"
author = true
maintainer = true
# You also can add more authors, maintainers or contributors here:
# [[project.people]]
# given-names = "Another"
# family-names = "Contributor"
# email = "contributor@email.com"
# orcid = "https://orcid.org/0123-4567-8910-1112"
# ...
[config]
verbose = true