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 2a0140c commit 299a097Copy full SHA for 299a097
setup.py
@@ -28,6 +28,10 @@
28
'Intended Audience :: Developers',
29
'Topic :: Software Development :: Libraries :: Python Modules',
30
'Programming Language :: Python :: 3 :: Only',
31
+ 'Programming Language :: Python :: 3.3',
32
+ 'Programming Language :: Python :: 3.4',
33
+ 'Programming Language :: Python :: 3.5',
34
+ 'Programming Language :: Python :: 3.6',
35
'License :: OSI Approved :: MIT License',
36
],
37
packages = find_packages(exclude=['docs', 'tests', 'tests.*']),
0 commit comments