]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - pyproject.toml
add package name in project config
[user/henk/code/python/learn_python.git] / pyproject.toml
1 [project]
2 name = "learn_python"
3
4 [build-system]
5 requires = ["hatchling"]
6 build-backend = "hatchling.build"