-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutterrc
54 lines (53 loc) · 1.76 KB
/
.cookiecutterrc
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
44
45
46
47
48
49
50
51
52
53
54
# This file exists so you can easily regenerate your project.
#
# `cookiepatcher` is a convenient shim around `cookiecutter`
# for regenerating projects (it will generate a .cookiecutterrc
# automatically for any template). To use it:
#
# pip install cookiepatcher
# cookiepatcher gh:ionelmc/cookiecutter-pylibrary mloq-template
#
# See:
# https://pypi.org/project/cookiepatcher
#
# Alternatively, you can run:
#
# cookiecutter --overwrite-if-exists --config-file=mloq-template/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary
default_context:
codecov: "yes"
command_line_interface: "click"
command_line_interface_bin_name: "mloq-template"
distribution_name: "mloq-template"
docstring_code_line_length: "99"
email: "[email protected]"
formatter_quote_style: "double"
full_name: "Guillem Duran Ballester"
function_name: "compute"
github_actions: "yes"
github_actions_osx: "yes"
github_actions_windows: "yes"
license: "MIT license"
line_length: "99"
lock_file_support: false
module_name: "core"
package_name: "mloq_template"
pre_commit: "yes"
project_name: "MLOQ Template"
project_short_description: "Automate project creation following ML best practices."
project_slug: "mloq-template"
pypi_badge: "yes"
pypi_disable_upload: "no"
release_date: "today"
repo_hosting: "github.com"
repo_hosting_domain: "github.com"
repo_main_branch: "main"
repo_name: "mloq-template"
repo_url: "https://github.com/FragileTech/mloq-template"
repo_username: "FragileTech"
sphinx_docs: "yes"
sphinx_docs_hosting: "https://mloq-template.readthedocs.io/"
target_python_version: "3.10"
version: "0.1.0"
website: "fragile.tech"
year_from: "2024"
year_to: "2024"