We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413fc5e commit 9d74bd6Copy full SHA for 9d74bd6
setup.py
@@ -53,10 +53,13 @@
53
'Intended Audience :: Developers',
54
'Natural Language :: English',
55
'Programming Language :: Python',
56
+ 'Programming Language :: Python :: 2',
57
'Programming Language :: Python :: 2.6',
58
'Programming Language :: Python :: 2.7',
59
+ 'Programming Language :: Python :: 3',
60
'Programming Language :: Python :: 3.3',
61
'Programming Language :: Python :: 3.4',
62
'Programming Language :: Python :: 3.5',
63
+ 'Programming Language :: Python :: 3.6',
64
),
65
)
0 commit comments