Skip to content

Commit

Permalink
chage file name
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomi_h committed Aug 17, 2018
1 parent 938c4df commit d3ee173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@ def read_package_variable(key, filename='__init__.py'):
def build_description():
"""Build a description for the project from documentation files."""
readme = open("README.rst").read()
changelog = open("CHANGELOG.md").read()
changelog = open("CHANGELOG.rst").read()
return readme + '\n' + changelog


Expand Down

0 comments on commit d3ee173

Please sign in to comment.