summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: cedae45f2bdc6f123d76581fd6053924a779b735 (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "learn_python"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.pytest.ini_options]
addopts = [
    "--import-mode=importlib",
]