-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcookiecutter.json
28 lines (24 loc) · 1.16 KB
/
cookiecutter.json
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
{
"author_name": "Ryan Kanno",
"author_email": "ryankanno@localkinegrinds.com",
"project_name": "Everybody go surf",
"project_short_description": "This is a short description about {{ cookiecutter.project_name }}",
"project_url": "https://github.com/ryankanno/cookiecutter-py",
"project_license": "MIT",
"github_repository_owner": "ryankanno",
"package_name": "surf",
"version": "0.0.0",
"python_version": "3.11",
"supported_python_versions": "3.9, 3.10, 3.11, 3.12, pypy3.9, pypy3.10",
"poetry_version": "1.8.4",
"tox_version": "4.23.2",
"direnv_pyenv_python_version": "3.11.0",
"sphinx_theme": ["furo", "sphinx-rtd-theme", "sphinx-book-theme", "pydata-sphinx-theme", "sphinx-press-theme", "piccolo-theme", "sphinxawesome-theme", "sphinx-wagtail-theme", "alabaster", "agogo", "bizstyle", "classic", "haiku", "nature", "pyramid", "scrolls", "sphinxdoc", "traditional"],
"should_use_direnv": "y",
"should_create_author_files": "y",
"should_install_github_dependabot": "y",
"should_automerge_autoapprove_github_dependabot": "y",
"should_install_github_actions": "y",
"should_upload_coverage_to_codecov": "y",
"should_publish_to_pypi": "y"
}