X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=6ca31b831323757100ae10848c3f16a6dc1422a1;hb=93cbc5b0812b6eaba8b2f8fef6139a8e094e85b4;hp=df870041277c2c8aac0b7a239d7e1e4836067350;hpb=81d93ebcd236c6023fac3a74cad8801669da2b5e;p=mimedecode.git diff --git a/setup.py b/setup.py index df87004..6ca31b8 100755 --- a/setup.py +++ b/setup.py @@ -41,10 +41,10 @@ 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', + 'Programming Language :: Python :: 3.7', ], packages=['mimedecode'], entry_points={ @@ -52,7 +52,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'], )