setup.cfg 146 B

123456789101112
  1. [bdist_wheel]
  2. universal = 1
  3. [tool:pytest]
  4. norecursedirs = grammar
  5. addopts = tests
  6. python_files = test*.py
  7. [egg_info]
  8. tag_build =
  9. tag_date = 0