Skip to content

Commit

Permalink
Fix setup after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyo committed Dec 5, 2020
1 parent abae8d2 commit f7ac39d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,7 +1,7 @@

include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include CHANGELOG.md
include LICENSE
include README.rst
include requirements*txt
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
@@ -1 +1 @@
.. include:: ../HISTORY.rst
.. include:: ../CHANGELOG.md
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def parse_requirements(requirements, ignore=('setuptools',)):
with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
with open('CHANGELOG.md') as history_file:
history = history_file.read()

setup(
Expand Down

0 comments on commit f7ac39d

Please sign in to comment.