X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=pyproject.toml;h=de5bfd10b718c00c7ac8ac1aa0a295184be857e6;hb=bb05fcc70d50d3920935e97172aa8478c395c6ef;hp=99e23bccb6cde66854785d1e4ab3e4dec39e6d48;hpb=6ca5c541f91c240fa5469cf07f71a30d222b8da6;p=user%2Fhenk%2Fcode%2Fpython%2Flearn_python.git diff --git a/pyproject.toml b/pyproject.toml index 99e23bc..de5bfd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[project] +name = "learn_python" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"