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 90aafd0 commit a2b24e3Copy full SHA for a2b24e3
setup.py
@@ -4,7 +4,7 @@
4
version='1.5',
5
6
description='RedisGraph Python Client',
7
- url='https://github.com/swilly22/redisgraph-py',
+ url='https://github.com/redislabs/redisgraph-py',
8
packages=find_packages(),
9
install_requires=['redis', 'PTable'],
10
classifiers=[
@@ -13,4 +13,4 @@
13
'Programming Language :: Python :: 2.7',
14
'Topic :: Database'
15
]
16
-)
+)
0 commit comments