We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ace3c commit b3725baCopy full SHA for b3725ba
setup.py
@@ -174,7 +174,14 @@
174
'Operating System :: Microsoft :: Windows',
175
'Operating System :: POSIX :: Linux',
176
'Programming Language :: Python',
177
+ 'Programming Language :: Python :: 2',
178
+ 'Programming Language :: Python :: 2.6',
179
+ 'Programming Language :: Python :: 2.7',
180
'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',
185
'Topic :: Security',
186
'Topic :: Internet',
187
'Topic :: Scientific/Engineering',
0 commit comments