Skip to content

Commit

Permalink
Docs: update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Oct 1, 2024
1 parent c8cfc71 commit 9f1cf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "drf-multi-serializers"
version = "1.1.0"
authors = [{ "name" = "Stefano Fusai", "email" = "[email protected]" }]
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"]
Expand Down

0 comments on commit 9f1cf53

Please sign in to comment.