uncomment hello

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-08 23:39:56 -05:00
parent 66a0f427a6
commit 775759706f

View File

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