From 775759706fa8dc1cec7f49572c722e6d2d946809 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 8 Apr 2025 23:39:56 -0500 Subject: [PATCH] uncomment hello --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 043af8d..c2c4f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [] -# [project.scripts] -# hello = "hello_world:hello" +[project.scripts] +hello = "hello_world:hello" [build-system] requires = ["hatchling"]