X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=setup.py;h=fcfb53e357dd0a1bf7c4b80123c1ed1f80d925d4;hp=fee0f9c853bb7244171347d0e400c306ffda09a8;hb=7db456abb851878ea93938435e38ec124b43d39b;hpb=d7dc05b0f05944dfbf9f78fca8e61a5111fb76dc diff --git a/setup.py b/setup.py index fee0f9c..fcfb53e 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,8 @@ kw = {} if is_setuptools: kw['install_requires'] = ['m_lib.defenc>=1.0'] kw['tests_require'] = ['m_lib>=3.1'] + kw['python_requires'] = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*' + setup( name="mimedecode",