From 2bd28759a77b4763a69d7f6dc770eb25937e72d5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 21 Dec 2013 19:56:58 +0400 Subject: [PATCH] Fixed git+http URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.39.2