From eb5ed60910133aab6e8de34334cf3ba229855487 Mon Sep 17 00:00:00 2001 From: Miguel Molina Date: Fri, 20 Oct 2017 11:03:23 +0200 Subject: [PATCH] change URL to new repo in setup --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],