We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78814a0 commit 8878ac2Copy full SHA for 8878ac2
setup.py
@@ -38,7 +38,14 @@
38
'Operating System :: OS Independent',
39
'Programming Language :: Python',
40
'Programming Language :: Python :: 2',
41
+ 'Programming Language :: Python :: 2.7',
42
'Programming Language :: Python :: 3',
43
+ 'Programming Language :: Python :: 3.3',
44
+ 'Programming Language :: Python :: 3.4',
45
+ 'Programming Language :: Python :: 3.5',
46
+ 'Programming Language :: Python :: 3.6',
47
+ 'Programming Language :: Python :: Implementation :: CPython',
48
+ 'Programming Language :: Python :: Implementation :: PyPy',
49
'Topic :: Software Development :: Libraries :: Python Modules',
50
'Topic :: Software Development :: Testing'
51
],
0 commit comments