Skip to content

Commit

Permalink
Add more supported versions to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-scale committed Mar 22, 2021
1 parent d45b10a commit 139e521
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 139e521

Please sign in to comment.