diff --git a/README.md b/README.md index 067b3ee..8cb53cf 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,10 @@ -# +# Aider Gitea ![Test program/library](https://gitfub.space/Jmaa/aider-gitea/actions/workflows/python-test.yml/badge.svg) -Aider Gitea. - A code automation tool that integrates Gitea with Aider to automatically solve issues. This program monitors your [Gitea](https://about.gitea.com/) repository for issues with the 'aider' label. diff --git a/setup.py b/setup.py index 440ba86..d5c5dfe 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ The tool uses environment variables for sensitive information: """.strip() PACKAGE_DESCRIPTION_SHORT = """ -Aider Gitea.""".strip() +A code automation tool that integrates Gitea with Aider to automatically solve issues.""".strip() def parse_version_file(text: str) -> str: