]> git.parisson.com Git - telemeta.git/commitdiff
fix external package url
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 3 Mar 2014 17:36:51 +0000 (18:36 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 3 Mar 2014 17:36:51 +0000 (18:36 +0100)
setup.py

index 74a87d5bb07097cf70929684cca6d426f3512424..31c8d7090b5d3ee8a229e6b48c23d517cbe6f3b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
         'python-ebml',
   ],
   dependency_links=[
-        "git+ssh://git@github.com:yomguy/python-zipstream.git@1.0.3#egg=zipstream=1.0.3",
+        "https://github.com/yomguy/python-zipstream/zipball/master",
   ],
   platforms=['OS Independent'],
   license='CeCILL v2',