From 36129ed44555a4d4746effb2f07ede3851d9d44c Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Wed, 18 Dec 2024 17:28:19 +0100 Subject: [PATCH] Add repo link to the description --- src/tmt_web/api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tmt_web/api.py b/src/tmt_web/api.py index 39a7eb6..3b840f6 100644 --- a/src/tmt_web/api.py +++ b/src/tmt_web/api.py @@ -29,7 +29,9 @@ app = FastAPI( title="tmt Web API", - description="Web API for checking tmt tests, plans and stories", + description="Web API for checking tmt tests, plans and stories.\n\n" + "Source code: [github.com/teemtee/web](https://github.com/teemtee/web)\n\n" + "Report issues at [teemtee/web/issues](https://github.com/teemtee/web/issues)", version="1.0.0", )