Skip to content

Commit b3725ba

Browse files
committed
Add version classifiers
1 parent 66ace3c commit b3725ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,14 @@
174174
'Operating System :: Microsoft :: Windows',
175175
'Operating System :: POSIX :: Linux',
176176
'Programming Language :: Python',
177+
'Programming Language :: Python :: 2',
178+
'Programming Language :: Python :: 2.6',
179+
'Programming Language :: Python :: 2.7',
177180
'Programming Language :: Python :: 3',
181+
'Programming Language :: Python :: 3.3',
182+
'Programming Language :: Python :: 3.4',
183+
'Programming Language :: Python :: 3.5',
184+
'Programming Language :: Python :: 3.6',
178185
'Topic :: Security',
179186
'Topic :: Internet',
180187
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)