diff --git a/setup.py b/setup.py index 82ba3c4e..a1b45b1f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description_content_type="text/markdown", author="Joohwan Oh", author_email="joohwan.oh@outlook.com", - url="https://github.com/joowani/python-arango", + url="https://github.com/ArangoDB-Community/python-arango", keywords=["arangodb", "python", "driver"], packages=find_packages(exclude=["tests"]), include_package_data=True,