Skip to content

Commit ab88e65

Browse files
committed
update setup.py
1 parent 249731f commit ab88e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
description = 'A client library for interacting with the Scale API',
77
author = 'Calvin Huang',
88
author_email = 'c@lvin.me',
9-
url = 'https://github.com/scaleapi/scale-api-python-client',
10-
download_url = 'https://github.com/scaleapi/scale-api-python-client/tarball/0.1',
9+
url = 'https://github.com/scaleapi/scaleapi-python-client',
10+
download_url = 'https://github.com/scaleapi/scaleapi-python-client/tarball/0.1.2',
1111
keywords = ['scale', 'scaleapi', 'humans', 'tasks', 'categorization', 'transcription', 'annotation', 'comparison', 'data collection', 'phone call'],
1212
install_requires = ['requests', 'enum34'],
1313
classifiers = ['Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)