Skip to content

Commit

Permalink
Update setup.py (Cloud-CV#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyandtheworld authored and RishabhJain2018 committed Jul 31, 2018
1 parent bd1936e commit 2e4f66e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
PROJECT = 'evalai'


long_description = \
'https://github.com/Cloud-CV/evalai_cli/blob/master/README.md'
with open('README.md', encoding='utf-8') as f:
long_description = f.read()

setup(
name=PROJECT,
version='1.6a1',
version='1.0.16',

description='Use EvalAI through the CLI!',
long_description=long_description,
long_description_content_type='text/markdown',

author='Cloud-CV',
author_email='[email protected]',
Expand All @@ -39,6 +40,7 @@
'python-dateutil==2.7.3',
'requests==2.18.4',
'responses==0.9.0',
'validators==0.12.2',
],

namespace_packages=[],
Expand Down

0 comments on commit 2e4f66e

Please sign in to comment.