Skip to content
Snippets Groups Projects
pyproject.toml 165 B
Newer Older
Farid Mohammadi's avatar
Farid Mohammadi committed
[build-system]
requires = [
   "setuptools >= 40.6.0",
   "wheel"
]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
pythonpath = [
  ".", "src",
]