From f7ac39dc42ad7260251389d4c802c252c004f4c6 Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Sat, 5 Dec 2020 16:50:53 +0100 Subject: [PATCH] Fix setup after renaming --- MANIFEST.in | 2 +- docs/history.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 33d9b0d..49277b6 100644 --- a/MANIFEST.in +++ b/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 diff --git a/docs/history.rst b/docs/history.rst index 2506499..669aaa2 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1 +1 @@ -.. include:: ../HISTORY.rst +.. include:: ../CHANGELOG.md diff --git a/setup.py b/setup.py index 5a0fad8..27a2eb1 100644 --- a/setup.py +++ b/setup.py @@ -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(