Skip to content

Commit

Permalink
setup.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovitorsilvestre committed Apr 29, 2018
1 parent 306fa6b commit 7d298ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
setup(
name='graphene_mongodb',
packages=find_packages(exclude=['tests', 'tests.*', 'examples', 'flask_example']),
version='1.0.0',
version='1.0.1',
license='MIT',
description='GrapheneMongo is a library that integrates Graphene with MongoEngine',
long_description=long_description,
long_description_content_type='text/markdown',
author='João Vitor Silvestre',
author_email='joaovitorsilvestresousa@gmail.com',
url='https://github.com/joaovitorsilvestre/graphene-mongo',
download_url='https://github.com/joaovitorsilvestre/graphene-mongo/archive/1.0.tar.gz',
download_url='https://github.com/joaovitorsilvestre/graphene-mongo/archive/1.0.1.tar.gz',
keywords=['graphene', 'graphql', 'mongo', 'mongodb', 'mongoDB', 'mongoengine', 'graphene-mongo', 'graphene-mongodb'],
classifiers=[],
install_requires=[
Expand Down

0 comments on commit 7d298ae

Please sign in to comment.