From f83851b6946c823e0348f2c93142142d536700cc Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 20 Jun 2025 09:19:07 +0200 Subject: [PATCH] docs: Add a more detailed description --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c59c58b..667e405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta" [project] name = "notfellchen" -description = "A tool to help." +description = "A website to help animals to find a loving home. It features organized input of adoption notices and related animals including automated lifecycle, location-based search, roles, and support for easy checking of rescue organizations." authors = [ { name = "moanos", email = "julian-samuel@gebuehr.net" }, ] maintainers = [ { name = "moanos", email = "julian-samuel@gebuehr.net" }, ] -keywords = ["animal", "adoption", "django", "rescue", ] +keywords = ["animal", "adoption", "django", "rescue", "rats" ] license = { text = "AGPL-3.0-or-later" } classifiers = [ "Environment :: Web",