From 679ca50eee790de1118961f8bd14c925572f484c Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Sun, 12 Aug 2018 13:33:51 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)