Skip to content

Commit

Permalink
Merge 628d784 into 0dd0945
Browse files Browse the repository at this point in the history
  • Loading branch information
othalla committed Apr 13, 2019
2 parents 0dd0945 + 628d784 commit b234e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from puppetboard.version import __version__


with codecs.open('README.rst', encoding='utf-8') as f:
with codecs.open('README.md', encoding='utf-8') as f:
README = f.read()

with codecs.open('CHANGELOG.rst', encoding='utf-8') as f:
with codecs.open('CHANGELOG.md', encoding='utf-8') as f:
CHANGELOG = f.read()


Expand Down

0 comments on commit b234e29

Please sign in to comment.