diff --git a/python/setup.py b/python/setup.py index 2bd8d13..efb537a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -23,7 +23,7 @@ license="Apache-2.0", author="source{d}", author_email="hello@sourced.tech", - url="https://github.com/src-d/spark-api/tree/master/python", + url="https://github.com/src-d/engine/tree/master/python", packages=['sourced', 'sourced.engine'], install_requires=["pyspark>=2.0.0"],