]> git.phdru.name Git - mimedecode.git/commitdiff
Fix(build): mimedecode is no longer Python2-only
authorOleg Broytman <phd@phdru.name>
Thu, 2 Nov 2017 11:25:22 +0000 (14:25 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 2 Nov 2017 11:25:22 +0000 (14:25 +0300)
setup.py

index 656d754fa3973f40e18062cd9e93f250a44c97bf..4f5b083c82dde229649c5d185b17d54feb0996e4 100755 (executable)
--- 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',