Skip to content

Commit 333fa8d

Browse files
authored
Remove reading HISTORY.md in setup.py
1 parent 967a05b commit 333fa8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def run_tests(self):
6363

6464
with open('README.md', 'r', 'utf-8') as f:
6565
readme = f.read()
66-
with open('HISTORY.md', 'r', 'utf-8') as f:
67-
history = f.read()
6866

6967
setup(
7068
name=about['__title__'],

0 commit comments

Comments
 (0)