Remove reading HISTORY.md in setup.py

This commit is contained in:
Ae-Mc
2020-09-29 18:36:31 +03:00
committed by GitHub
parent 967a05bfff
commit 333fa8d3f2
-2
View File
@@ -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__'],