summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 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__'],