|
1 | 1 | {
|
2 |
| - "template": "https://github.com/scverse/cookiecutter-scverse", |
3 |
| - "commit": "5f091ed0952e4adac0c95bda4006bec0b4532995", |
4 |
| - "checkout": null, |
5 |
| - "context": { |
6 |
| - "cookiecutter": { |
7 |
| - "project_name": "genomic-features", |
8 |
| - "package_name": "genomic_features", |
9 |
| - "project_description": "Genomic annotations using BioConductor resources in Python.", |
10 |
| - "author_full_name": "Isaac Virshup", |
11 |
| - "author_email": "ivirshup@gmail.com", |
12 |
| - "github_user": "ivirshup", |
13 |
| - "project_repo": "https://github.com/scverse/genomic-features", |
14 |
| - "license": "BSD 3-Clause License", |
15 |
| - "_copy_without_render": [ |
16 |
| - ".github/workflows/**.yaml", |
17 |
| - "docs/_templates/autosummary/**.rst" |
18 |
| - ], |
19 |
| - "_template": "https://github.com/scverse/cookiecutter-scverse" |
20 |
| - } |
21 |
| - }, |
22 |
| - "directory": null |
| 2 | + "template": "https://github.com/scverse/cookiecutter-scverse", |
| 3 | + "commit": "586b1652162ff7994b0070a034023d64289ae416", |
| 4 | + "checkout": "v0.3.1", |
| 5 | + "context": { |
| 6 | + "cookiecutter": { |
| 7 | + "project_name": "genomic-features", |
| 8 | + "package_name": "genomic_features", |
| 9 | + "project_description": "Genomic annotations using BioConductor resources in Python.", |
| 10 | + "author_full_name": "Isaac Virshup", |
| 11 | + "author_email": "ivirshup@gmail.com", |
| 12 | + "github_user": "ivirshup", |
| 13 | + "project_repo": "https://github.com/scverse/genomic-features", |
| 14 | + "license": "BSD 3-Clause License", |
| 15 | + "_copy_without_render": [ |
| 16 | + ".github/workflows/build.yaml", |
| 17 | + ".github/workflows/test.yaml", |
| 18 | + "docs/_templates/autosummary/**.rst" |
| 19 | + ], |
| 20 | + "_render_devdocs": false, |
| 21 | + "_jinja2_env_vars": { |
| 22 | + "lstrip_blocks": true, |
| 23 | + "trim_blocks": true |
| 24 | + }, |
| 25 | + "_template": "https://github.com/scverse/cookiecutter-scverse" |
| 26 | + } |
| 27 | + }, |
| 28 | + "directory": null |
23 | 29 | }
|
0 commit comments