Skip to content

Commit

Permalink
WROTE: added long_description attr
Browse files Browse the repository at this point in the history
  • Loading branch information
alice1017 committed May 11, 2018
1 parent 74be92c commit b7b8118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -9,12 +9,16 @@
__license__
)

with open("README.rst", "r") as fp:
readme = fp.read()

setup(
name="streamtest",
author=__author__,
author_email=__author_email__,
description="Python unittest.TestCase for testing the output of "
"standard stream(stdout, stderr)",
long_description=readme,
version=__version__,
license=__license__,
url="https://github.com/alice1017/streamtest",
Expand Down

0 comments on commit b7b8118

Please sign in to comment.