summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAe-Mc <43097289+Ae-Mc@users.noreply.github.com>2020-09-29 18:36:31 +0300
committerGitHub <noreply@github.com>2020-09-29 10:36:31 -0500
commit333fa8d3f201f68b82d9e8f26be4987e869fd3bf (patch)
tree285cb7f33586355a1295d1d4ad4936be36f2d1e7
parent967a05bfffcb68f97296eda197b062221c2ebc0d (diff)
downloadpython-requests-333fa8d3f201f68b82d9e8f26be4987e869fd3bf.tar.gz
Remove reading HISTORY.md in 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__'],