From 11e8bb6e5252a8901ed590fef00239af93d64daa Mon Sep 17 00:00:00 2001 From: Ernesto Date: Sun, 25 Aug 2019 18:30:51 +0200 Subject: [PATCH] Fixed project "description" to publish --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e4c973..5a66f03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,7 @@ exclude = ''' [tool.poetry] name = "graphene-django-extras" version = "0.4.6" -description = ''' -graphene_django_extras add some extra funcionalities to graphene-django to facilitate -the graphql use without Relay, allow paginations and filtering integration and add some -extra directives -''' +description = "This library add some extra funcionalities to graphene-django to facilitate the graphql use without Relay, allow paginations and filtering integration and add some extra directives" readme = "README.md" authors = ["Ernesto Perez Amigo "] license = "MIT"