diff --git a/{{cookiecutter.project_name}}/README.md b/{{cookiecutter.project_name}}/README.md index cb83a36..726fcab 100644 --- a/{{cookiecutter.project_name}}/README.md +++ b/{{cookiecutter.project_name}}/README.md @@ -8,4 +8,11 @@ Prerequisites: [Poetry][poetry] * Test template rendering and run rendered project tests: `poetry run poe test` * Fix linting errors: `poetry run poe lint` +--- + +Created from [smkent/cookie-python][cookie-python] using +[cookiecutter][cookiecutter] + +[cookie-python]: https://github.com/smkent/cookie-python +[cookiecutter]: https://github.com/cookiecutter/cookiecutter [poetry]: https://python-poetry.org/docs/#installation