|
1 | 1 | { |
2 | | - "project_name": "example-project", |
3 | | - "friendly_name": "{{ cookiecutter.project_name.lower().replace(' ', '-').replace('-', '-') }}", |
4 | | - "repo_name": "{{ cookiecutter.friendly_name.lower().replace(' ', '-').replace('-', '-') }}", |
5 | | - "project_slug": "{{ cookiecutter.friendly_name.lower().replace(' ', '_').replace('-', '_') }}", |
6 | | - "project_short_description": "Brief description of the project", |
7 | | - "version": "0.0.0", |
8 | | - "full_name": "Justin Flannery", |
9 | | - |
10 | | - "github_username": "juftin", |
11 | | - "default_python_version": [ |
12 | | - "3.12", |
13 | | - "3.11", |
14 | | - "3.10", |
15 | | - "3.9", |
16 | | - "3.8" |
17 | | - ], |
18 | | - "default_branch": ["main", "master"], |
19 | | - "license": ["MIT", "Apache-2.0", "GPL-3.0", "UNLICENSED"], |
20 | | - "development_status": [ |
21 | | - "Development Status :: 1 - Planning", |
22 | | - "Development Status :: 2 - Pre-Alpha", |
23 | | - "Development Status :: 3 - Alpha", |
24 | | - "Development Status :: 4 - Beta", |
25 | | - "Development Status :: 5 - Production/Stable", |
26 | | - "Development Status :: 6 - Mature", |
27 | | - "Development Status :: 7 - Inactive" |
28 | | - ], |
29 | | - "build_docker_image": [false, true], |
30 | | - "publish_to_pypi": [false, true], |
31 | | - "publish_to_docker_hub": [false, true], |
32 | | - "logo_url": "https://raw.githubusercontent.com/juftin/juftin/main/static/juftin.png", |
33 | | - "favicon": "https://juftin.com/favicon.ico", |
34 | | - "_copy_without_render": [ |
35 | | - "*.hbs" |
36 | | - ] |
| 2 | + "project_name": "example-project", |
| 3 | + "friendly_name": "{{ cookiecutter.project_name.lower().replace(' ', '-').replace('-', '-') }}", |
| 4 | + "repo_name": "{{ cookiecutter.friendly_name.lower().replace(' ', '-').replace('-', '-') }}", |
| 5 | + "project_slug": "{{ cookiecutter.friendly_name.lower().replace(' ', '_').replace('-', '_') }}", |
| 6 | + "project_short_description": "Brief description of the project", |
| 7 | + "version": "0.0.0", |
| 8 | + "full_name": "Justin Flannery", |
| 9 | + |
| 10 | + "github_username": "juftin", |
| 11 | + "default_python_version": ["3.12", "3.11", "3.10", "3.9", "3.8"], |
| 12 | + "default_branch": ["main", "master"], |
| 13 | + "license": ["MIT", "Apache-2.0", "GPL-3.0", "UNLICENSED"], |
| 14 | + "development_status": [ |
| 15 | + "Development Status :: 1 - Planning", |
| 16 | + "Development Status :: 2 - Pre-Alpha", |
| 17 | + "Development Status :: 3 - Alpha", |
| 18 | + "Development Status :: 4 - Beta", |
| 19 | + "Development Status :: 5 - Production/Stable", |
| 20 | + "Development Status :: 6 - Mature", |
| 21 | + "Development Status :: 7 - Inactive" |
| 22 | + ], |
| 23 | + "build_docker_image": [false, true], |
| 24 | + "publish_to_pypi": [false, true], |
| 25 | + "publish_to_docker_hub": [false, true], |
| 26 | + "logo_url": "https://raw.githubusercontent.com/juftin/juftin/main/static/juftin.png", |
| 27 | + "favicon": "https://juftin.com/favicon.ico", |
| 28 | + "_copy_without_render": ["*.hbs"] |
37 | 29 | } |
0 commit comments