From: Hendrik Jäger Date: Tue, 1 Aug 2023 19:20:17 +0000 (+0200) Subject: add package name in project config X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bb05fcc70d50d3920935e97172aa8478c395c6ef;p=user%2Fhenk%2Fcode%2Fpython%2Flearn_python.git add package name in project config --- 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"