-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yml
More file actions
35 lines (29 loc) · 807 Bytes
/
copier.yml
File metadata and controls
35 lines (29 loc) · 807 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
project_slug:
type: str
help: "The slug of the project (used in package names, etc.)"
project_long_description:
type: str
help: "A long description of the project"
default: ""
project_getting_started:
type: str
help: "A short description of how to get started with the project"
git_username:
type: str
help: "The GitHub username or organization name"
default: "pyfar"
logo_path_gallery:
type: str
help: "What is the path to the logo image for the pyfar gallery?"
default: "resources/logos/pyfar_logos_fixed_size_{{ project_slug }}.png"
minimum_python_version:
type: str
help: "The minimum Python version required"
choices:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
_subdirectory: "template"