Skip to content

Commit

Permalink
Fix README reference
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Sep 3, 2015
1 parent 90e63d0 commit fc93f40
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 @@ -75,7 +75,7 @@ def run(self):


# Extract long-description from README
README = open(os.path.join(root_path, 'README')).read()
README = open(os.path.join(root_path, 'README.md')).read()

from cis import __version__, __website__

Expand Down

0 comments on commit fc93f40

Please sign in to comment.