summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 2ef65000b43c3ff2cf68163706faccef3ba7958c (plain)
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",
]