From 9f1cf53c90a86394fa0730aa0f16cec3e4ec00f5 Mon Sep 17 00:00:00 2001 From: stefanofusai Date: Tue, 1 Oct 2024 18:46:06 +0200 Subject: [PATCH] Docs: update project description --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a360b1..b601966 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # drf-multi-serializers -A simple package to handle multiple serializers for the same view in Django Rest Framework. +Handle multiple serializers for the same view in Django Rest Framework. ## Installation diff --git a/pyproject.toml b/pyproject.toml index f9fa93a..adf0bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "drf-multi-serializers" version = "1.1.0" authors = [{ "name" = "Stefano Fusai", "email" = "stefanofusai@gmail.com" }] -description = "A simple package to handle multiple serializers for the same ViewSet in Django Rest Framework" +description = "Handle multiple serializers for the same view in Django Rest Framework." readme = "README.md" requires-python = ">=3.12" dependencies = ["djangorestframework"]