File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,15 @@ def get_long_description():
51
51
'Operating System :: OS Independent' ,
52
52
'Programming Language :: Python' ,
53
53
'Programming Language :: Python :: 2' ,
54
+ 'Programming Language :: Python :: 2.6' ,
55
+ 'Programming Language :: Python :: 2.7' ,
54
56
'Programming Language :: Python :: 3' ,
57
+ 'Programming Language :: Python :: 3.3' ,
58
+ 'Programming Language :: Python :: 3.4' ,
59
+ 'Programming Language :: Python :: 3.5' ,
60
+ 'Programming Language :: Python :: 3.6' ,
61
+ 'Programming Language :: Python :: Implementation :: CPython' ,
62
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
55
63
'Topic :: Software Development :: Libraries :: Python Modules' ,
56
64
],
57
65
test_suite = 'testsuite.test_all.suite' ,
You can’t perform that action at this time.
0 commit comments