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"]