From f2a5340bbfc4bf0b9176039d6f1af9b3547d147b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 21 Dec 2013 19:59:16 +0400 Subject: [PATCH] Add git+git URL for m_lib --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e4f9a5f..d1c8257 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ if is_setuptools: kw['dependency_links'] = [ 'http://phdru.name/Software/Python/#egg=m_lib', 'git+http://git.phdru.name/m_lib.git#egg=m_lib', + 'git+git://git.phdru.name/m_lib.git#egg=m_lib', ] from mimedecode_version import __version__, __copyright__, __license__ -- 2.39.2