From cec97a7d07db60ca26e1cc4fe14c96861f29a7b2 Mon Sep 17 00:00:00 2001 From: Joerg Schad Date: Fri, 3 Dec 2021 17:49:04 +0100 Subject: [PATCH] Updated repository in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8af9bf48..db119250 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,