Updated Graphene main description

This commit is contained in:
Syrus Akbary 2015-09-26 00:07:01 -07:00
parent dde58ae4b1
commit 8f66593cb2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Graphene: GraphQL Object Mapper
# Graphene: Python DSL for GraphQL
This is a library to use GraphQL in Python in a easy way.
It will map the models/fields to internal GraphQL-py objects without effort.

View File

@ -26,7 +26,7 @@ setup(
name='graphene',
version='0.1',
description='Graphene: GraphQL Object Mapper',
description='Graphene: Python DSL for GraphQL',
url='https://github.com/syrusakbary/graphene',