summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: de5bfd10b718c00c7ac8ac1aa0a295184be857e6 (plain)
1
2
3
4
5
6
[project]
name = "learn_python"

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