Browse code

Update setup.py classifiers to indicate that Python3 is supported.

Florent Viard authored on 2017/06/27 07:00:09
Showing 1 changed files
... ...
@@ -97,9 +97,14 @@ Authors:
97 97
         'Operating System :: Microsoft :: Windows',
98 98
         'Operating System :: POSIX',
99 99
         'Operating System :: Unix',
100
+        'Programming Language :: Python :: 2',
100 101
         'Programming Language :: Python :: 2.6',
101 102
         'Programming Language :: Python :: 2.7',
102
-        'Programming Language :: Python :: 2 :: Only',
103
+        'Programming Language :: Python :: 3',
104
+        'Programming Language :: Python :: 3.3',
105
+        'Programming Language :: Python :: 3.4',
106
+        'Programming Language :: Python :: 3.5',
107
+        'Programming Language :: Python :: 3.6',
103 108
         'Topic :: System :: Archiving',
104 109
         'Topic :: Utilities',
105 110
     ],