Skip to content

Commit

Permalink
Add cruft.json (#747)
Browse files Browse the repository at this point in the history
* Add cruft.json

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Giovanni Palla <25887487+giovp@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 6, 2023
1 parent 878a851 commit 9eca4a7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "605f95714130c960bce12eab98a4e023e8932249",
"checkout": "v0.2.22",
"context": {
"cookiecutter": {
"project_name": "squidpy",
"package_name": "squidpy",
"project_description": "Spatial Single Cell Analysis in Python",
"author_full_name": "Giovanni Palla",
"author_email": "giovanni.palla@helmholtz-muenchen.de",
"github_user": "giovp",
"project_repo": "https://github.com/scverse/squidpy",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}

0 comments on commit 9eca4a7

Please sign in to comment.