diff --git a/pyproject.toml b/pyproject.toml index 877f447..5995c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] dependencies = ["django>=3.2"] -description = "A Django app for relaying email to an external service via a database." +description = "Centralize and relay email from multiple distributed Django projects to an internal SMTP server via a database queue." dynamic = ["version"] keywords = [] license = "MIT"