From: Oleg Broytman Date: Sat, 21 Dec 2013 15:56:58 +0000 (+0400) Subject: Fixed git+http URL X-Git-Tag: v2.3.2~45 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=2bd28759a77b4763a69d7f6dc770eb25937e72d5 Fixed git+http URL --- diff --git a/setup.py b/setup.py index c91d481..e4f9a5f 100755 --- 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__