|
1 | 1 | { |
2 | 2 | "template": "https://github.com/scverse/cookiecutter-scverse", |
3 | | - "commit": "87a407a65408d75a949c0b54b19fd287475a56f8", |
4 | | - "checkout": "v0.4.0", |
| 3 | + "commit": "6ff5b92b5d44ea6d8a88e47538475718d467db95", |
| 4 | + "checkout": "v0.7.0", |
5 | 5 | "context": { |
6 | 6 | "cookiecutter": { |
7 | 7 | "project_name": "spatialdata-plot", |
|
10 | 10 | "author_full_name": "scverse", |
11 | 11 | "author_email": "scverse", |
12 | 12 | "github_user": "scverse", |
13 | | - "project_repo": "https://github.com/scverse/spatialdata-plot", |
| 13 | + "github_repo": "spatialdata-plot", |
14 | 14 | "license": "BSD 3-Clause License", |
| 15 | + "ide_integration": true, |
15 | 16 | "_copy_without_render": [ |
16 | 17 | ".github/workflows/build.yaml", |
17 | 18 | ".github/workflows/test.yaml", |
18 | 19 | "docs/_templates/autosummary/**.rst" |
19 | 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 | + ], |
20 | 33 | "_render_devdocs": false, |
21 | 34 | "_jinja2_env_vars": { |
22 | 35 | "lstrip_blocks": true, |
23 | 36 | "trim_blocks": true |
24 | 37 | }, |
25 | | - "_template": "https://github.com/scverse/cookiecutter-scverse" |
| 38 | + "_template": "https://github.com/scverse/cookiecutter-scverse", |
| 39 | + "_commit": "6ff5b92b5d44ea6d8a88e47538475718d467db95" |
26 | 40 | } |
27 | 41 | }, |
28 | 42 | "directory": null |
|
0 commit comments