diff --git a/setup.py b/setup.py index f7fd58f49e58cf34c02e449a7fa4746c499cca7d..c3206bdbe438bf86e44853778f7e5b548ea41cc0 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ setuptools.setup( "graphviz", "sparqlwrapper>=1.8.5", "owlrl", - "sparqlslurper @ git+ssh://git@github.com/rezacsedu/sparqlslurper.git", - "PyShEx @ git+ssh://git@github.com/rezacsedu/PyShEx.git" + "sparqlslurper @ git+ssh://git@git.rwth-aachen.de/rezaul.karim/sparqlslurper.git", + "PyShEx @ git+ssh://git@git.rwth-aachen.de/rezaul.karim/PyShEx.git" ], classifiers=[ "Programming Language :: Python :: 3",