pyproject.toml 205 B

123456789
  1. [build-system]
  2. requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
  3. build-backend = "setuptools.build_meta"
  4. [tool.pytest.ini_options]
  5. addopts = "--cov=brainage"
  6. testpaths = [
  7. "tests",
  8. ]