From fd09cf327168566f41cf8bdd3accf18642305378 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 7 Jul 2024 12:37:10 +0200 Subject: [PATCH] Add Cruft and link to latest Cookiecutter commit --- .cruft.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .cruft.json diff --git a/.cruft.json b/.cruft.json new file mode 100644 index 0000000..981f10a --- /dev/null +++ b/.cruft.json @@ -0,0 +1,27 @@ +{ + "template": "https://github.com/getpelican/cookiecutter-pelican-plugin", + "commit": "b4b9b4f83b624cfd7728a3f1527d272be28ee916", + "checkout": null, + "context": { + "cookiecutter": { + "plugin_name": "Image Process", + "repo_name": "image-process", + "package_name": "image_process", + "distribution_name": "pelican-image-process", + "version": "3.0.4", + "description": "Pelican plugin that automates image processing.", + "authors": "{name = \"Pelican Dev Team\", email = \"authors@getpelican.com\"}", + "keywords": "\"pelican\", \"plugin\", \"image\", \"responsive\", \"optimization\"", + "readme": "README.md", + "contributing": "CONTRIBUTING.md", + "license": "GNU Affero General Public License v3|AGPL-3.0", + "repo_url": "https://github.com/pelican-plugins/image-process", + "dev_status": "5 - Production/Stable", + "tests_exist": true, + "python_version": ">=3.8.1,<4.0", + "pelican_version": ">=4.5", + "_template": "https://github.com/getpelican/cookiecutter-pelican-plugin" + } + }, + "directory": null +}