setup.cfg 209 B

12345678910111213141516
  1. [bdist_wheel]
  2. universal = 1
  3. [flake8]
  4. exclude = .tox,docs/source/conf.py
  5. ignore = E501
  6. [tool:pytest]
  7. addopts = -r=a
  8. python_files = test_*.py *_tests.py
  9. testpaths = test
  10. [egg_info]
  11. tag_build =
  12. tag_date = 0