Skip to content

Commit

Permalink
Add long description for PyPI README
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed May 10, 2019
1 parent cb6df5e commit d9aef3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@

version = '0.1.9'

with open('README.md') as f:
long_description = f.read()

setup(
name="athena-cli",
version=version,
description='Presto-like CLI for AWS Athena',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/satterly/athena-cli',
license='Apache License 2.0',
author='Nick Satterly',
Expand Down

0 comments on commit d9aef3b

Please sign in to comment.