diff --git a/setup.cfg b/setup.cfg index 2a9acf1..6b63a22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal = 1 + +[tool:pytest] +python_files = tests.py