Skip to content

Commit a2b24e3

Browse files
itamarhaberswilly22
authored andcommitted
Update setup.py (#11)
1 parent 90aafd0 commit a2b24e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version='1.5',
55

66
description='RedisGraph Python Client',
7-
url='https://github.com/swilly22/redisgraph-py',
7+
url='https://github.com/redislabs/redisgraph-py',
88
packages=find_packages(),
99
install_requires=['redis', 'PTable'],
1010
classifiers=[
@@ -13,4 +13,4 @@
1313
'Programming Language :: Python :: 2.7',
1414
'Topic :: Database'
1515
]
16-
)
16+
)

0 commit comments

Comments
 (0)