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.
This commit is contained in:
Sybren A. Stüvel 2018-11-27 15:59:43 +01:00
parent 7b9312b684
commit 16521f5fc5

View File

@ -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