Refs #401 - Fixed some flake8 errors

This commit is contained in:
Claude Paroz
2020-01-11 11:35:05 +01:00
parent 660990b6b0
commit 0821716983
7 changed files with 20 additions and 13 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ setup(
use_scm_version=True,
setup_requires=['setuptools_scm'],
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=(open('README.md').read() + '\n\n' +
open('HISTORY.md').read()),
long_description=(
open('README.md').read() + '\n\n' + open('HISTORY.md').read()
),
long_description_content_type="text/markdown",
author='Kenneth Reitz',
author_email='me@kennethreitz.org',