Skip to content

Commit

Permalink
Add package long description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Aug 25, 2014
1 parent 4ae50b3 commit 51e0ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
REQUIREMENTS = []


# with open("README.rst", "r") as resource:
# LONG_DESCRIPTION = resource.read()
with open("README.rst", "r") as resource:
LONG_DESCRIPTION = resource.read()


# copypasted from http://pytest.org/latest/goodpractises.html
Expand Down

0 comments on commit 51e0ec3

Please sign in to comment.