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" requires-python = ">=3.12"
dependencies = [] dependencies = []
# [project.scripts] [project.scripts]
# hello = "hello_world:hello" hello = "hello_world:hello"
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]