-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
27 lines (27 loc) · 1.06 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
{
"template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
"commit": "8a4f543e999c7a2b4ab49c724bf84ff4192f4c94",
"checkout": null,
"context": {
"cookiecutter": {
"plugin_name": "Markdown Include",
"repo_name": "markdown-include",
"package_name": "md_include",
"distribution_name": "pelican-markdown-include",
"version": "1.0.4",
"description": "Pelican plugin for using the Markdown-Include extension",
"authors": "{name = \"Rafael Laboissière\", email = \"[email protected]\"}",
"keywords": "\"pelican\", \"plugin\", \"markdown include\"",
"readme": "README.md",
"contributing": "CONTRIBUTING.md",
"license": "GNU Affero General Public License v3|AGPL-3.0",
"repo_url": "https://github.com/pelican-plugins/markdown-include",
"dev_status": "5 - Production/Stable",
"tests_exist": true,
"python_version": ">=3.9,<4.0",
"pelican_version": ">=4.5",
"_template": "https://github.com/getpelican/cookiecutter-pelican-plugin"
}
},
"directory": null
}