diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..7980d1397 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,13 @@ +[tool:pytest] +testpaths = tests + +[flake8] +max-line-length = 79 +exclude = .tox + +[metadata] +license-file = LICENSE + +[bdist_wheel] +# use py2.py3 tag for pure-python dist +universal = 1