X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=pyproject.toml;fp=pyproject.toml;h=99e23bccb6cde66854785d1e4ab3e4dec39e6d48;hb=6ca5c541f91c240fa5469cf07f71a30d222b8da6;hp=0000000000000000000000000000000000000000;hpb=aeb89e4f87b6ab7efa65a7564c98beb5b317de82;p=user%2Fhenk%2Fcode%2Fpython%2Flearn_python.git diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..99e23bc --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build"