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 4d8233f commit ca5e945Copy full SHA for ca5e945
setup.py
@@ -21,9 +21,13 @@ def readme():
21
long_description=readme(),
22
classifiers=[
23
'Development Status :: 4 - Beta',
24
+ 'Programming Language :: Python :: 2',
25
'Programming Language :: Python :: 2.6',
26
'Programming Language :: Python :: 2.7',
27
'Programming Language :: Python :: 3',
28
+ 'Programming Language :: Python :: 3.2',
29
+ 'Programming Language :: Python :: 3.3',
30
+ 'Programming Language :: Python :: 3.4',
31
'Topic :: Scientific/Engineering :: Visualization',
32
],
33
license='MIT',
0 commit comments