We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b217982 commit 29c558eCopy full SHA for 29c558e
.gitignore
@@ -1,9 +1,11 @@
1
+.coverage
2
.cache/
3
.eggs/
4
_build/
5
build/
6
dist/
7
graphene_mongo.egg-info/
8
*.pyc
9
+*.swo
10
*.swp
11
setup.py
@@ -7,7 +7,7 @@
description='Graphene Mongoengine integration',
long_description=open('README.rst').read(),
- url='https://github.com/abawchen/graphene-mongo',
+ url='https://github.com/graphql-python/graphene-mongo',
12
author='Abaw Chen',
13
author_email='[email protected]',
0 commit comments