X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=f98336b3a7ea9b40d9d3bc0623527e26914db642;hb=ef1fdd28011fba3b76d63b8cd7dfb0ae22064525;hp=c91d481cb2ab09805c0ed0cd4e4de64b9e938a11;hpb=80b58c3fdffea936ce88f78a5c4fc7f43dd09813;p=mimedecode.git diff --git a/setup.py b/setup.py index c91d481..f98336b 100755 --- a/setup.py +++ b/setup.py @@ -11,12 +11,7 @@ except ImportError: kw = {} if is_setuptools: - kw['setup_requires'] = ['m_lib'] - 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', - ] + kw['install_requires'] = ['m_lib>=2.0'] from mimedecode_version import __version__, __copyright__, __license__