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__'],