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 cb6df5e commit d9aef3bCopy full SHA for d9aef3b
setup.py
@@ -3,10 +3,15 @@
3
4
version = '0.1.9'
5
6
+with open('README.md') as f:
7
+ long_description = f.read()
8
+
9
setup(
10
name="athena-cli",
11
version=version,
12
description='Presto-like CLI for AWS Athena',
13
+ long_description=long_description,
14
+ long_description_content_type='text/markdown',
15
url='https://github.com/satterly/athena-cli',
16
license='Apache License 2.0',
17
author='Nick Satterly',
0 commit comments