Skip to content

Commit

Permalink
give it a simple setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Nov 22, 2017
1 parent 3989746 commit bca5589
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@
'Programming Language :: Python :: Implementation :: PyPy'
]

try:
import pypandoc

long_description = pypandoc.convert('README.md', 'rst')
except(IOError, ImportError):
long_description = open('README.md').read()
long_description = """
Command Line Interface for Aliyun Log Service
http://aliyun-log-cli.readthedocs.io
"""

setup(
name='aliyun-log-cli',
Expand Down

0 comments on commit bca5589

Please sign in to comment.