Skip to content

Commit 11e8bb6

Browse files
committed
Fixed project "description" to publish
1 parent faa345c commit 11e8bb6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ exclude = '''
1818
[tool.poetry]
1919
name = "graphene-django-extras"
2020
version = "0.4.6"
21-
description = '''
22-
graphene_django_extras add some extra funcionalities to graphene-django to facilitate
23-
the graphql use without Relay, allow paginations and filtering integration and add some
24-
extra directives
25-
'''
21+
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"
2622
readme = "README.md"
2723
authors = ["Ernesto Perez Amigo <[email protected]>"]
2824
license = "MIT"

0 commit comments

Comments
 (0)