]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/commitdiff
add package name in project config
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 1 Aug 2023 19:20:17 +0000 (21:20 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 1 Aug 2023 19:20:17 +0000 (21:20 +0200)
pyproject.toml

index 99e23bccb6cde66854785d1e4ab3e4dec39e6d48..de5bfd10b718c00c7ac8ac1aa0a295184be857e6 100644 (file)
@@ -1,3 +1,6 @@
+[project]
+name = "learn_python"
+
 [build-system]
 requires = ["hatchling"]
 build-backend = "hatchling.build"