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