Skip to content

Commit

Permalink
Merge pull request #9 from YosefLab/adding-cruft
Browse files Browse the repository at this point in the history
added cruft.json
  • Loading branch information
colganwi authored Aug 22, 2024
2 parents 7cc4e02 + 1a5612d commit 9687424
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "46d65f5fc94481576d7c5ec587c35208c57ae921",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "pycea",
"package_name": "pycea",
"project_description": "Scverse lineage tracing toolkit",
"author_full_name": "William Colgan",
"author_email": "[email protected]",
"github_user": "colganwi",
"project_repo": "https://github.com/YosefLab/pycea",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/build.yaml",
".github/workflows/test.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}

0 comments on commit 9687424

Please sign in to comment.