diff --git a/setup.py b/setup.py index b264c51..5a8621a 100644 --- a/setup.py +++ b/setup.py @@ -49,17 +49,19 @@ def get_version(rel_path): keywords=[ 'scale', 'scaleapi', - 'humans', 'tasks', 'categorization', - 'transcription', + 'labeling', 'annotation', - 'data collection', - 'audio transcription' ], install_requires=install_requires, classifiers=['Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries']