-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.copier-answers.yml
35 lines (35 loc) · 1.02 KB
/
.copier-answers.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
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v0.1.0
_src_path: git+https://github.com/twsl/python-project-template
author_email: [email protected]
author_username: twsl
copyright_holder: twsl
copyright_holder_email: [email protected]
copyright_license: MIT
copyright_year: 2024
custom_install: true
github_runner:
- ubuntu-latest
github_runner_python_version:
- '3.10'
- '3.11'
- '3.12'
include_copilot: true
include_databricks: false
include_docs: true
include_notebooks: true
include_sample_code: false
line_ending: lf
primary_branch: main
project_description: The spiritual successor to knockknock for PyTorch Lightning,
get notified when your training ends
project_name: whos_there
python_package_command_line_name: whos-there
python_package_distribution_name: whos-there
python_package_import_name: whos_there
python_version: '3.10'
repository_name: whos-there
repository_namespace: twsl
repository_provider: github.com
self_signed: false
use_precommit: true