-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f70dd2
commit 47a1e2b
Showing
3 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,18 @@ exclude = ''' | |
|
||
[tool.poetry] | ||
name = "graphene-django-extras" | ||
version = "0.5.2" | ||
version = "1.0.0" | ||
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 <[email protected]>", | ||
"Martin Andersen <[email protected]>", | ||
"Lukasz Dynowski <[email protected]>" | ||
"Lukasz Dynowski <[email protected]>", | ||
] | ||
license = "MIT" | ||
homepage="https://github.com/eamigo86/graphene-django-extras" | ||
repository="https://github.com/eamigo86/graphene-django-extras" | ||
documentation="https://github.com/eamigo86/graphene-django-extras" | ||
homepage = "https://github.com/eamigo86/graphene-django-extras" | ||
repository = "https://github.com/eamigo86/graphene-django-extras" | ||
documentation = "https://github.com/eamigo86/graphene-django-extras" | ||
classifiers = [ | ||
"Intended Audience :: Developers", | ||
"Topic :: Software Development :: Libraries", | ||
|
@@ -38,7 +38,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: Implementation :: PyPy", | ||
] | ||
keywords=["api", "graphql", "protocol", "graphene", "django"] | ||
keywords = ["api", "graphql", "protocol", "graphene", "django"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7 || ^3.8 || ^3.9 || ^3.10" | ||
|