We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c3520 commit cc045dcCopy full SHA for cc045dc
setup.py
@@ -21,8 +21,9 @@ def readme():
21
long_description=readme(),
22
classifiers=[
23
'Development Status :: 4 - Beta',
24
+ 'Programming Language :: Python :: 2.6',
25
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.3',
26
+ 'Programming Language :: Python :: 3',
27
'Topic :: Scientific/Engineering :: Visualization',
28
],
29
license='MIT',
0 commit comments