From fdb60967cfd839ebfe994ec564e660f9cd133b98 Mon Sep 17 00:00:00 2001 From: Richard O'Dwyer Date: Wed, 16 Oct 2019 22:51:42 +0100 Subject: [PATCH] lint --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2b260f4..e789577 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,11 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) with open('requirements.txt') as f: install_requires = f.read().splitlines() -with open('README.rst', 'r', encoding='utf-8') as rm_file: - readme = rm_file.read() +# with open('README.rst', 'r', encoding='utf-8') as rm_file: +# readme = rm_file.read() -with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file: - history = hist_file.read() +# with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file: +# history = hist_file.read() setup( name='mega.py',