-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.cruft.json
38 lines (38 loc) · 1.49 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"template": "[email protected]:sunpy/package-template.git",
"commit": "5446d70263fff597b33ca7b0833aaeb5f3c3ac59",
"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://sunpy.org",
"github_repo": "sunpy/sunkit-dem",
"sourcecode_url": "https://github.com/sunpy/sunkit-dem",
"download_url": "https://pypi.org/project/sunkit-dem",
"documentation_url": "https://docs.sunpy.org/projects/sunkit-dem",
"changelog_url": "https://docs.sunpy.org/projects/sunkit-dem/en/stable/whatsnew/changelog.html",
"issue_tracker_url": "https://github.com/sunpy/sunkit-dem/issues",
"license": "BSD 3-Clause",
"minimum_python_version": "3.10",
"use_compiled_extensions": "n",
"enable_dynamic_dev_versions": "y",
"include_example_code": "n",
"include_cruft_update_github_workflow": "y",
"use_extended_ruff_linting": "n",
"_sphinx_theme": "sunpy",
"_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
}