Skip to content

Commit

Permalink
add cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Jun 18, 2024
1 parent 3dc6ceb commit f08f337
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"template": "[email protected]:sunpy/package-template.git",
"commit": "c79fc5bff74958e24c9a925a330b8d3aa138f4ce",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "sunkit-dem",
"module_name": "sunkit_dem",
"short_description": "A package for computing differential emission measures using multiple methods with a common API",
"author_name": "SunPy Developers",
"author_email": "[email protected]",
"project_url": "https://github.com/sunpy/sunkit-dem",
"license": "BSD 3-Clause",
"minimum_python_version": "3.10",
"use_compiled_extensions": "n",
"enable_dynamic_dev_versions": "y",
"include_example_code": "y",
"include_cruft_update_github_workflow": "y",
"_sphinx_theme": "alabaster",
"_parent_project": "",
"_install_requires": "",
"_copy_without_render": [
"docs/_templates",
"docs/_static",
".github/workflows/sub_package_update.yml"
],
"_template": "[email protected]:sunpy/package-template.git"
}
},
"directory": null
}

0 comments on commit f08f337

Please sign in to comment.