-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.cruft.json
32 lines (32 loc) · 1.07 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
{
"template": "https://github.com/sunpy/package-template",
"commit": "cd21e0d710513a891ed03f29e8afd6e0b9217f04",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "streamtracer",
"module_name": "streamtracer",
"short_description": "Python wrapped fortran to calculate streamlines",
"author_name": "The SunPy Developers",
"author_email": "sunpy@googlegroups.com",
"project_url": "https://github.com/sunpy/streamtracer",
"license": "GNU GPL v3+",
"minimum_python_version": "3.10",
"use_compiled_extensions": "n",
"enable_dynamic_dev_versions": "n",
"include_example_code": "n",
"include_cruft_update_github_workflow": "y",
"use_extended_ruff_linting": "y",
"_sphinx_theme": "sunpy",
"_parent_project": "",
"_install_requires": "",
"_copy_without_render": [
"docs/_templates",
"docs/_static",
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template"
}
},
"directory": null
}