From fbe51bc151330e6e5b3804b58f03c6d3368479b9 Mon Sep 17 00:00:00 2001 From: back-to Date: Sun, 17 Jan 2021 09:37:55 +0100 Subject: [PATCH] cleanup setup.cfg --- setup.cfg | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2f04dc4..fc03f46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,33 +1,21 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE [flake8] ignore = # W503 - line break before binary operator - # https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator W503, exclude = __pycache__, .git, build, dist, - docs, env, old, venv, max-line-length = 128 -exit-zero = True show-source = True statistic = True -builtins = - basestring, - file, - raw_input, - unicode, - xrange, import-order-style = pycharm application-import-names = liveproxy,