Skip to content

Commit 3cc88ce

Browse files
authored
update classifiers
1 parent 5ec22d9 commit 3cc88ce

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
],
2121
classifiers=[
2222
'Development Status :: 3 - Alpha',
23-
'Intended Audience :: Data Scientists',
24-
'Topic :: Data Science :: Machine Learning Tools',
23+
'Intended Audience :: Developers',
24+
'Intended Audience :: Education',
25+
'Intended Audience :: Science/Research',
26+
'Topic :: Scientific/Engineering :: Artificial Intelligence',
27+
'Topic :: Scientific/Engineering :: Mathematics',
28+
'Topic :: Scientific/Engineering :: Information Analysis',
29+
'Topic :: Scientific/Engineering :: Visualization',
30+
'Topic :: Scientific/Engineering :: Natural Language Processing'
2531
'License :: OSI Approved :: MIT License',
2632
'Programming Language :: Python :: 3.7',
2733
],

0 commit comments

Comments
 (0)