We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6af2b1 commit 9ec7655Copy full SHA for 9ec7655
setup.py
@@ -30,7 +30,10 @@
30
'Programming Language :: Python',
31
'Programming Language :: Python :: 2.7',
32
'Programming Language :: Python :: 3',
33
+ 'Programming Language :: Python :: 3.3',
34
'Programming Language :: Python :: 3.4',
35
'Programming Language :: Python :: 3.5',
36
+ 'Programming Language :: Python :: 3.6',
37
+ 'Programming Language :: Python :: Implementation :: PyPy',
38
],
39
)
0 commit comments