Skip to content

Commit 24c3c72

Browse files
committed
Cleanup setup.py classifiers
1 parent 4cb120c commit 24c3c72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,14 @@
9898
'url': 'https://github.com/jovyan/pythreejs',
9999
'keywords': ['ipython', 'jupyter', 'widgets', 'webgl', 'graphics', '3d'],
100100
'classifiers': [
101-
'Development Status :: 4 - Beta',
101+
'Development Status :: 5 - Production/Stable',
102102
'Intended Audience :: Developers',
103103
'Intended Audience :: Science/Research',
104104
'Topic :: Multimedia :: Graphics',
105105
'License :: OSI Approved :: BSD License',
106106
'Programming Language :: Python :: 2',
107-
'Programming Language :: Python :: 2.7',
108107
'Programming Language :: Python :: 3',
109-
'Programming Language :: Python :: 3.3',
110-
'Programming Language :: Python :: 3.4',
108+
'Programming Language :: JavaScript,'
111109
],
112110
}
113111

0 commit comments

Comments
 (0)