]> git.phdru.name Git - mimedecode.git/blobdiff - setup.py
Fixed last problems with Python 3
[mimedecode.git] / setup.py
index e10082566e703ec9fc182c3f7fd1c237ee5f1985..af03bfb188aed60017982c809e1730bfe14a1fc9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,11 @@ setup(name = "mimedecode",
         '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',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
     ],
     py_modules = ['formatparam_27', 'mimedecode_version'],
     scripts = ['mimedecode.py'],