]> git.phdru.name Git - mimedecode.git/commitdiff
Fixed git+http URL
authorOleg Broytman <phd@phdru.name>
Sat, 21 Dec 2013 15:56:58 +0000 (19:56 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 21 Dec 2013 15:56:58 +0000 (19:56 +0400)
setup.py

index c91d481cb2ab09805c0ed0cd4e4de64b9e938a11..e4f9a5fcc9d531caad4f386a28d00bbff94aca0a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if is_setuptools:
     kw['install_requires'] = ['m_lib']
     kw['dependency_links'] = [
         'http://phdru.name/Software/Python/#egg=m_lib',
-        'git+http://git.phdru.name/mimedecode.git#egg=m_lib',
+        'git+http://git.phdru.name/m_lib.git#egg=m_lib',
     ]
 
 from mimedecode_version import __version__, __copyright__, __license__