Closed ivanhercaz closed 4 years ago
Hi! I found this cookicutter template and I already used it to generate the scheme for a plugin I am developing.
https://github.com/getpelican/cookiecutter-pelican-plugin/blob/1295850178e0ea636d2a80a6ed1827cc693dd4c1/cookiecutter.json#L14
However, in the current code of cookiecutter.json the questiondev_status raises me some doubts:
cookiecutter.json
dev_status
Why is there a "5" in the dev_status example?
https://pypi.org/classifiers/
Enumerated list of choices probably makes the most sense, so I made that change.
@avaris oh, thank you! I didn't think about them.
@justinmayer, really nice!
Hi! I found this cookicutter template and I already used it to generate the scheme for a plugin I am developing.
https://github.com/getpelican/cookiecutter-pelican-plugin/blob/1295850178e0ea636d2a80a6ed1827cc693dd4c1/cookiecutter.json#L14
However, in the current code of
cookiecutter.json
the questiondev_status
raises me some doubts:dev_status
example?