Skip to content

Commit

Permalink
Renamed the README to indicate it is a reST file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Dec 18, 2010
1 parent 781f9d0 commit b5edbdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

try:
long_description = open('README.txt').read()
long_description = open('README.rst').read()
except IOError:
long_description = ''

Expand Down

0 comments on commit b5edbdc

Please sign in to comment.