Skip to content

Commit

Permalink
fixed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pigletto committed Sep 21, 2012
1 parent 81d74f1 commit 859b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.RST')).read()
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()

requires = [
Expand Down

0 comments on commit 859b85f

Please sign in to comment.