setup.cfg 161 B

123456789101112131415
  1. [aliases]
  2. test = pytest
  3. [bdist_wheel]
  4. universal = 1
  5. [tool:pytest]
  6. addopts = -v
  7. python_files = test.py
  8. norecursedirs = *
  9. [egg_info]
  10. tag_build =
  11. tag_date = 0