Skip to content

Commit 7b24e92

Browse files
committed
version bump, add keywords/classifiers
1 parent a5c79b2 commit 7b24e92

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
setup(
33
name = 'scaleapi',
44
packages = ['scaleapi'],
5-
version = '0.1',
5+
version = '0.1.1',
66
description = 'A client library for interacting with the Scale API',
77
author = 'Calvin Huang',
88
author_email = 'c@lvin.me',
99
url = 'https://github.com/scaleapi/scale-api-python-client',
1010
download_url = 'https://github.com/scaleapi/scale-api-python-client/tarball/0.1',
11-
keywords = ['scale', 'scaleapi'],
11+
keywords = ['scale', 'scaleapi', 'humans', 'tasks', 'categorization', 'transcription', 'annotation', 'comparison', 'data collection', 'phone call'],
1212
install_requires = ['requests', 'enum34'],
13-
classifiers = [],
13+
classifiers = ['Programming Language :: Python :: 2.7',
14+
'Programming Language :: Python :: 3.5',
15+
'License :: OSI Approved :: MIT License',
16+
'Intended Audience :: Developers',
17+
'Topic :: Software Development :: Libraries']
1418
)

0 commit comments

Comments
 (0)