forked from scipp/copier_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopier.yml
42 lines (41 loc) · 1.21 KB
/
copier.yml
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
_subdirectory: template
projectname:
type: str
help: What is your project name?
prettyname:
default: '{{projectname|capitalize}}'
type: str
help: What is your project name in title case?
orgname:
default: scipp
type: str
help: What is your organization name?
namespace_package:
default: ''
type: str
help: Use a namespace package with this name. If empty, no namespace package is used.
description:
type: str
help: Brief description?
min_python:
type: str
help: Minimum Python version?
max_python:
type: str
help: Maximum Python version that is known to work?
year: 2024
nightly_deps:
type: str
help: |
List of dependencies to install from GitHub during nightly builds,
separated by commas. Make sure to also list transitive dependencies,
otherwise their released versions will be used. Specify either a
repository name or 'org/repo'. If no organization is given it defaults
to 'scipp'. In either case, the 'main' branch will be used. Example:
scipp,sciline,dask/dask
related_projects:
type: str
help: |
List of related projects, separated by commas.
This will be used to generate a list of links in the documentation.
For example, "Scipp,Sciline,Plopp".