Skip to content

Commit 29c558e

Browse files
committed
chore: Update url in setup.py
1 parent b217982 commit 29c558e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
.coverage
12
.cache/
23
.eggs/
34
_build/
45
build/
56
dist/
67
graphene_mongo.egg-info/
78
*.pyc
9+
*.swo
810
*.swp
911

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description='Graphene Mongoengine integration',
88
long_description=open('README.rst').read(),
99

10-
url='https://github.com/abawchen/graphene-mongo',
10+
url='https://github.com/graphql-python/graphene-mongo',
1111

1212
author='Abaw Chen',
1313
author_email='[email protected]',

0 commit comments

Comments
 (0)