We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8387104 commit 2fc2b0cCopy full SHA for 2fc2b0c
1 file changed
setup.py
@@ -39,11 +39,15 @@
39
'Intended Audience :: Developers',
40
'Topic :: Software Development :: Libraries',
41
'Development Status :: 5 - Production/Stable',
42
+ 'Programming Language :: Python :: 2',
43
'Programming Language :: Python :: 2.6',
44
'Programming Language :: Python :: 2.7',
45
+ 'Programming Language :: Python :: 3',
46
'Programming Language :: Python :: 3.4',
47
'Programming Language :: Python :: 3.5',
48
'Programming Language :: Python :: 3.6',
49
+ 'Programming Language :: Python :: 3.7',
50
+ 'Programming Language :: Python :: 3.8',
51
'Programming Language :: Python :: Implementation :: PyPy',
52
'License :: OSI Approved :: MIT License', ]
53
)
0 commit comments