From: Oleg Broytman Date: Thu, 2 Nov 2017 11:25:22 +0000 (+0300) Subject: Fix(build): mimedecode is no longer Python2-only X-Git-Tag: 2.8.0~3 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=51e6eaf9f02eedd3ba3bbd75f261db26c24b55a7 Fix(build): mimedecode is no longer Python2-only --- diff --git a/setup.py b/setup.py index 656d754..4f5b083 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 2 :: Only', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4',