|
1 | 1 | {
|
2 |
| - "template": "https://github.com/scverse/cookiecutter-scverse", |
3 |
| - "commit": "cc35433d24b6b1e480683b1dff5edafe9b6fe69d", |
4 |
| - "checkout": null, |
5 |
| - "context": { |
6 |
| - "cookiecutter": { |
7 |
| - "project_name": "devVI", |
8 |
| - "package_name": "devvi", |
9 |
| - "project_description": "Integration of developmental scRNA-seq data", |
10 |
| - "author_full_name": "Leander Dony", |
11 |
| - "author_email": "[email protected]", |
12 |
| - "github_user": "le-ander", |
13 |
| - "github_repo": "devVI", |
14 |
| - "license": "MIT License", |
15 |
| - "ide_integration": true, |
16 |
| - "_copy_without_render": [ |
17 |
| - ".github/workflows/build.yaml", |
18 |
| - ".github/workflows/test.yaml", |
19 |
| - "docs/_templates/autosummary/**.rst" |
20 |
| - ], |
21 |
| - "_render_devdocs": false, |
22 |
| - "_jinja2_env_vars": { |
23 |
| - "lstrip_blocks": true, |
24 |
| - "trim_blocks": true |
25 |
| - }, |
26 |
| - "_template": "https://github.com/scverse/cookiecutter-scverse", |
27 |
| - "_commit": "cc35433d24b6b1e480683b1dff5edafe9b6fe69d" |
28 |
| - } |
29 |
| - }, |
30 |
| - "directory": null |
| 2 | + "template": "https://github.com/scverse/cookiecutter-scverse", |
| 3 | + "commit": "94ef9fb6f9ad8cfe65a3d9575679c03c80c49cd1", |
| 4 | + "checkout": "v0.5.0", |
| 5 | + "context": { |
| 6 | + "cookiecutter": { |
| 7 | + "project_name": "devVI", |
| 8 | + "package_name": "devvi", |
| 9 | + "project_description": "Integration of developmental scRNA-seq data", |
| 10 | + "author_full_name": "Leander Dony", |
| 11 | + "author_email": "[email protected]", |
| 12 | + "github_user": "le-ander", |
| 13 | + "github_repo": "devVI", |
| 14 | + "license": "MIT License", |
| 15 | + "ide_integration": true, |
| 16 | + "_copy_without_render": [ |
| 17 | + ".github/workflows/build.yaml", |
| 18 | + ".github/workflows/test.yaml", |
| 19 | + "docs/_templates/autosummary/**.rst" |
| 20 | + ], |
| 21 | + "_exclude_on_template_update": [ |
| 22 | + "CHANGELOG.md", |
| 23 | + "LICENSE", |
| 24 | + "README.md", |
| 25 | + "docs/api.md", |
| 26 | + "docs/index.md", |
| 27 | + "docs/notebooks/example.ipynb", |
| 28 | + "docs/references.bib", |
| 29 | + "docs/references.md", |
| 30 | + "src/**", |
| 31 | + "tests/**" |
| 32 | + ], |
| 33 | + "_render_devdocs": false, |
| 34 | + "_jinja2_env_vars": { |
| 35 | + "lstrip_blocks": true, |
| 36 | + "trim_blocks": true |
| 37 | + }, |
| 38 | + "_template": "https://github.com/scverse/cookiecutter-scverse", |
| 39 | + "_commit": "94ef9fb6f9ad8cfe65a3d9575679c03c80c49cd1" |
| 40 | + } |
| 41 | + }, |
| 42 | + "directory": null |
31 | 43 | }
|
0 commit comments