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 058579b commit 7b80400Copy full SHA for 7b80400
setup.py
@@ -46,6 +46,10 @@
46
# that you indicate whether you support Python 2, Python 3 or both.
47
'Programming Language :: Python :: 2',
48
'Programming Language :: Python :: 2.7',
49
+ 'Programming Language :: Python :: 3',
50
+ 'Programming Language :: Python :: 3.4',
51
+ 'Programming Language :: Python :: 3.5',
52
+ 'Programming Language :: Python :: 3.6',
53
],
54
55
# What does your project relate to?
0 commit comments