1 2 3 4 5 6 7 8 9 10 11 12
[project] name = "learn_python" version = "0.0.1" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.pytest.ini_options] addopts = [ "--import-mode=importlib", ]