We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c15003 + 5aeef3c commit d349cf0Copy full SHA for d349cf0
setup.py
@@ -69,6 +69,14 @@
69
'License :: OSI Approved :: BSD License',
70
'Operating System :: OS Independent',
71
'Programming Language :: Python',
72
+ 'Programming Language :: Python :: 2.7',
73
+ 'Programming Language :: Python :: 3',
74
+ 'Programming Language :: Python :: 3.2',
75
+ 'Programming Language :: Python :: 3.3',
76
+ 'Programming Language :: Python :: 3.4',
77
+ 'Programming Language :: Python :: 3.5',
78
+ 'Programming Language :: Python :: 3.6',
79
+ 'Programming Language :: Python :: 3.7',
80
],
81
)
82
0 commit comments