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):
49
49
keywords = [
50
50
'scale' ,
51
51
'scaleapi' ,
52
- 'humans' ,
53
52
'tasks' ,
54
53
'categorization' ,
55
- 'transcription ' ,
54
+ 'labeling ' ,
56
55
'annotation' ,
57
- 'data collection' ,
58
- 'audio transcription'
59
56
],
60
57
install_requires = install_requires ,
61
58
classifiers = ['Programming Language :: Python :: 2.7' ,
62
59
'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' ,
63
65
'License :: OSI Approved :: MIT License' ,
64
66
'Intended Audience :: Developers' ,
65
67
'Topic :: Software Development :: Libraries' ]
You can’t perform that action at this time.
0 commit comments