Skip to content

Commit

Permalink
Rename README to README.rst so it renders nicely on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 2, 2012
1 parent 5aad56c commit 0a060bb
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
Expand Up @@ -7,7 +7,7 @@
from fabric.version import get_version


readme = open('README').read()
readme = open('README.rst').read()

v = get_version('short')
long_description = """
Expand Down

0 comments on commit 0a060bb

Please sign in to comment.