-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cruft.json
More file actions
31 lines (31 loc) · 1.17 KB
/
.cruft.json
File metadata and controls
31 lines (31 loc) · 1.17 KB
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": "e7f59ff1c4a17783223b68ae5e2a03969ba5847d",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "mast_contributor_tools",
"module_name": "mast_contributor_tools",
"short_description": "This package contains a set of tools for use by MAST community contributors ((High Level Science Products and MAST Community Contributed Missions). ",
"author_name": "MAST Staff",
"author_email": "mast_contrib@stsci.edu",
"project_url": "https://github.com/spacetelescope/mast_contributor_tools",
"license": "BSD 3-Clause",
"minimum_python_version": "3.11",
"use_compiled_extensions": "n",
"enable_dynamic_dev_versions": "y",
"include_example_code": "n",
"include_cruft_update_github_workflow": "n",
"_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
}