From 333fa8d3f201f68b82d9e8f26be4987e869fd3bf Mon Sep 17 00:00:00 2001 From: Ae-Mc <43097289+Ae-Mc@users.noreply.github.com> Date: Tue, 29 Sep 2020 18:36:31 +0300 Subject: [PATCH] Remove reading HISTORY.md in setup.py --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 2da9ba07..a1b5a2a4 100755 --- a/setup.py +++ b/setup.py @@ -63,8 +63,6 @@ with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: with open('README.md', 'r', 'utf-8') as f: readme = f.read() -with open('HISTORY.md', 'r', 'utf-8') as f: - history = f.read() setup( name=about['__title__'],