summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-01 21:20:17 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-01 21:20:17 +0200
commitbb05fcc70d50d3920935e97172aa8478c395c6ef (patch)
tree5523a1af502c2120a52299af4b08596ae7eef958
parent6ca5c541f91c240fa5469cf07f71a30d222b8da6 (diff)
add package name in project config
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
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"