1[bdist_wheel]
2universal = 1
3
4[metadata]
5license_file = LICENSE
6
7[tool:pytest]
8python_files=
9 test_*.py
10 *_test.py
11 *_solution.py
12xfail_strict = true
13filterwarnings =
14 error
15 error::DeprecationWarning
16 error:PendingDeprecationWarning
17