Skip to content

Commit

Permalink
Fixed reference to README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoruiz committed Sep 18, 2014
1 parent 919c283 commit cdcecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
from setuptools import setup

_CURRENT_DIR_PATH = os.path.abspath(os.path.dirname(__file__))
_README_CONTENTS = open(os.path.join(_CURRENT_DIR_PATH, "README.txt")).read()
_README_CONTENTS = open(os.path.join(_CURRENT_DIR_PATH, "README.rst")).read()
_VERSION = \
open(os.path.join(_CURRENT_DIR_PATH, "VERSION.txt")).readline().rstrip()

Expand Down

0 comments on commit cdcecfc

Please sign in to comment.