diff --git a/README.md b/README.md index 90dea41b1..defd6e661 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MongoDB backend for Django +# Django MongoDB Backend This backend is currently in development and is not advised for Production workflows. Backwards incompatible changes may be made without notice. We welcome your feedback as we continue to diff --git a/pyproject.toml b/pyproject.toml index 08c0bc3ba..a80824975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "django-mongodb-backend" dynamic = ["version", "dependencies"] -description = "MongoDB backend for Django" +description = "Django MongoDB Backend" readme = "README.md" license = {file="LICENSE"} requires-python = ">=3.10"