We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd627f commit 25c4e3dCopy full SHA for 25c4e3d
setup.py
@@ -6,7 +6,8 @@
6
name='algorithmia-adk',
7
version=os.environ.get('ADK_VERSION', '0.0.0'),
8
description='Algorithmia Python ADK client',
9
- long_description='Algorithm Development Kit code used for creating Python algorithms on adk. Built into the Algorithmia client',
+ long_description='Algorithm Development Kit code used for creating Python algorithms on Algorithmia. '
10
+ 'Used by the Algorithmia client',
11
url='http://github.com/algorithmiaio/algorithmia-adk-python',
12
license='MIT',
13
author='Algorithmia',
0 commit comments