diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index b8e8a42..6a19585 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -1,7 +1,9 @@ -"""# TODO +"""# Aider Gitea -TODO: Write some documentation here. +Work in progress code automation tool. + +Use [Aider](https://aider.chat/) by creating issues. The program will then +automatically invoke Aider and create a pull request for the issue. """ from ._version import __version__ # noqa: F401 -