From 16521f5fc584cd440f97cb428cac6c283718c51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Nov 2018 15:59:43 +0100 Subject: [PATCH] Removed logging options from setup.cfg again The % symbols confuse setup.py when running 'setup.py sdist bdist_wheel', and I couldn't quickly figure out how to escape those properly. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index bf428e9..bd60dc5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,5 @@ [tool:pytest] addopts = -v --cov blender_asset_tracer --cov-report term-missing -log_format = %(asctime)s %(levelname)s %(name)s %(message)s -log_date_format = %Y-%m-%d %H:%M:%S -log_level = DEBUG [pep8] max-line-length = 100