From 862c87135675af92585a4d70e9addb61297d039d Mon Sep 17 00:00:00 2001 From: Tomas Sanchez Date: Fri, 12 Jun 2026 20:48:32 -0300 Subject: [PATCH] docs(template): credit the template author in generated projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Name Tomás Sánchez as the creator of the Cosmic FastAPI template in the generated project's acknowledgements, alongside the existing credit to whoever scaffolds the project. Co-Authored-By: Claude Fable 5 --- template/README.md.jinja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/README.md.jinja b/template/README.md.jinja index 9c4ae1e..f9b3be7 100644 --- a/template/README.md.jinja +++ b/template/README.md.jinja @@ -401,7 +401,8 @@ more details or visit https://mit-license.org/. This project was generated by [{{ author_name }}]({{ author_url }}) <[{{ author_email }}](mailto:{{ author_email }})>. -Generated from the [Cosmic FastAPI](https://github.com/tomasanchez/cosmic-fastapi) template. +Generated from the [Cosmic FastAPI](https://github.com/tomasanchez/cosmic-fastapi) template, +created by [Tomás Sánchez](https://tomsanchez.com.ar/about/). Deeply inspired by [FastAPI-MVC](https://github.com/fastapi-mvc/fastapi-mvc) following [Cosmic Python](https://www.cosmicpython.com/) guidelines for project structure.