Skip to content

Commit

Permalink
Use rst in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Dufresne committed Nov 5, 2012
1 parent fcfd158 commit ca0c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main():
setup(name=name,
version=version,
url='http://pypi.python.org/pypi/{name}'.format(name=name),
description=open('README.md').read(),
description=open('README.rst').read(),
author='Jon Dufresne',
author_email='jon@jondufresne.org',
download_url=url.format(name=name, version=version),
Expand Down

0 comments on commit ca0c33f

Please sign in to comment.