forked from CU-DBMI/template-uv-python-research-software
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yaml
More file actions
43 lines (38 loc) · 980 Bytes
/
Copy pathcopier.yaml
File metadata and controls
43 lines (38 loc) · 980 Bytes
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
41
42
43
# copier.yaml
project_name:
type: str
help: >-
What is the name of your project?
This will be used in the package name
and other places. Please use "_"
underscores instead of spaces where
necessary, e.g. "my_project".
project_description:
type: str
help: >-
A short description of the project.
This will be used in the package metadata
and other places.
author_name:
type: str
default: "Your Name"
help: >-
Your name. This will be used
in the package metadata and other places.
author_orcid:
type: str
default: "https://orcid.org/0000-0000-0000-0000"
help: >-
Your ORCID. This will be used in
the package metadata and other places.
github_url:
type: str
default: "https://github.com/org/repo"
help: >-
The URL of the GitHub repository.
This will be used in the package metadata
and other places.
_exclude:
- copier.yaml
- tests/test_template.py
- .github/workflows/test-template.yml