Skip to content

Commit 2693cac

Browse files
committed
Update setup.py classifiers to indicate that Python3 is supported.
1 parent 4ef9932 commit 2693cac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,14 @@
9797
'Operating System :: Microsoft :: Windows',
9898
'Operating System :: POSIX',
9999
'Operating System :: Unix',
100+
'Programming Language :: Python :: 2',
100101
'Programming Language :: Python :: 2.6',
101102
'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',
103108
'Topic :: System :: Archiving',
104109
'Topic :: Utilities',
105110
],

0 commit comments

Comments
 (0)