X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=setup.py;h=f19b54771bbbfe0deb91ffb482279a8b3aa433bf;hp=df870041277c2c8aac0b7a239d7e1e4836067350;hb=af8e01e4f23625b0a03d81b97b087b81cf9e08dd;hpb=e70865021d74bdfbc70aac13ca2b81f6a8e34f4b diff --git a/setup.py b/setup.py index df87004..f19b547 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,6 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', @@ -52,7 +51,7 @@ setup( 'mimedecode = mimedecode.__main__:main' ] }, - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', install_requires=['m_lib.defenc>=1.0'], tests_require=['m_lib>=3.1'], )