Skip to content

Commit 139e521

Browse files
committed
Add more supported versions to PyPI
1 parent d45b10a commit 139e521

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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']

0 commit comments

Comments
 (0)