Skip to content

Commit

Permalink
add long description to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Sep 22, 2017
1 parent 2eb4223 commit 9ac483c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
extras_require={
'testing': testing_extras,
},
description=short_description
description=short_description,
long_description=open('README.rst').read()
)

0 comments on commit 9ac483c

Please sign in to comment.