Skip to content

Commit

Permalink
Add repo link to the description
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Dec 18, 2024
1 parent b361075 commit 36129ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tmt_web/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 36129ed

Please sign in to comment.