]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - pyproject.toml
add tox to required dev packages
[user/henk/code/python/learn_python.git] / pyproject.toml
1 [project]
2 name = "learn_python"
3 version = "0.0.1"
4
5 [build-system]
6 requires = ["hatchling"]
7 build-backend = "hatchling.build"
8
9 [tool.pytest.ini_options]
10 addopts = [
11     "--import-mode=importlib",
12 ]