-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
31 lines (31 loc) · 1 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
{
"template": "https://github.com/OpenAstronomy/packaging-guide",
"commit": "ad6da17e1d8fd96456566abed30b510bf8b5f8c8",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "MagIEpy",
"module_name": "magiepy",
"short_description": "Python utilities for the Magnetometer Network of Ireland (MagIE)",
"author_name": "DIAS Solar",
"author_email": "",
"project_url": "https://magie.ie",
"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",
"_sphinx_theme": "alabaster",
"_parent_project": "",
"_install_requires": "",
"_copy_without_render": [
"docs/_templates",
"docs/_static",
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/OpenAstronomy/packaging-guide"
}
},
"directory": null
}