File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,19 @@ def get_version(rel_path):
4949 keywords = [
5050 'scale' ,
5151 'scaleapi' ,
52- 'humans' ,
5352 'tasks' ,
5453 'categorization' ,
55- 'transcription ' ,
54+ 'labeling ' ,
5655 'annotation' ,
57- 'data collection' ,
58- 'audio transcription'
5956 ],
6057 install_requires = install_requires ,
6158 classifiers = ['Programming Language :: Python :: 2.7' ,
6259 'Programming Language :: Python :: 3.5' ,
60+ 'Programming Language :: Python :: 3.6' ,
61+ 'Programming Language :: Python :: 3.7' ,
62+ 'Programming Language :: Python :: 3.8' ,
63+ 'Programming Language :: Python :: 3.9' ,
64+ 'Programming Language :: Python :: 3.10' ,
6365 'License :: OSI Approved :: MIT License' ,
6466 'Intended Audience :: Developers' ,
6567 'Topic :: Software Development :: Libraries' ]
You can’t perform that action at this time.
0 commit comments