diff options
-rw-r--r-- | pyproject.toml | 3 |
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" |