Skip to content

Commit

Permalink
s/README.md/README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Feb 16, 2015
1 parent 5469d45 commit 76739ea
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 @@ -22,7 +22,7 @@
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

# Get the long description from README.md
with open(os.path.join(os.path.dirname(__file__), "README.md")) as description:
with open(os.path.join(os.path.dirname(__file__), "README.rst")) as description:
setup(
name="ripe.atlas.sagan",
version=__version__,
Expand Down

0 comments on commit 76739ea

Please sign in to comment.