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 773c8ad commit 425a384Copy full SHA for 425a384
setup.py
@@ -15,7 +15,7 @@ def read_all(f):
15
description='RedisGraph Python Client',
16
long_description=read_all("README.md"),
17
long_description_content_type='text/markdown',
18
- url='https://github.com/redislabs/redisgraph-py',
+ url='https://github.com/RedisGraph/redisgraph-py',
19
packages=find_packages(),
20
install_requires=requirements,
21
classifiers=[
0 commit comments