diff --git a/setup.cfg b/setup.cfg index 8032517f6..95900ff99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,11 @@ [aliases] test=pytest + [metadata] license_file = LICENSE + [tool:pytest] addopts = -vx Tests + +[flake8] +max-line-length = 88