Skip to content

Commit d9aef3b

Browse files
committed
Add long description for PyPI README
1 parent cb6df5e commit d9aef3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33

44
version = '0.1.9'
55

6+
with open('README.md') as f:
7+
long_description = f.read()
8+
69
setup(
710
name="athena-cli",
811
version=version,
912
description='Presto-like CLI for AWS Athena',
13+
long_description=long_description,
14+
long_description_content_type='text/markdown',
1015
url='https://github.com/satterly/athena-cli',
1116
license='Apache License 2.0',
1217
author='Nick Satterly',

0 commit comments

Comments
 (0)