Skip to content

Commit

Permalink
Fix setup.py README reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers authored Aug 1, 2018
1 parent 1c0e97a commit c685d1c
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 @@ -3,7 +3,7 @@
except ImportError:
from distutils.core import setup

readme = open('README.rst').read()
readme = open('README.md').read()
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
requirements = open('requirements.txt').read().splitlines()

Expand Down

0 comments on commit c685d1c

Please sign in to comment.