diff --git a/setup.py b/setup.py index 05d8578..ee30c2b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ version='1.5', description='RedisGraph Python Client', - url='https://github.com/swilly22/redisgraph-py', + url='https://github.com/redislabs/redisgraph-py', packages=find_packages(), install_requires=['redis', 'PTable'], classifiers=[ @@ -13,4 +13,4 @@ 'Programming Language :: Python :: 2.7', 'Topic :: Database' ] -) \ No newline at end of file +)