pyproject.toml 100 B

1234567
  1. [build-system]
  2. requires = ["setuptools", "wheel"]
  3. [tool.pytest.ini_options]
  4. pythonpath = [
  5. "."
  6. ]