@chris need helo wuth health

This commit is contained in:
cramsey
2026-01-14 09:47:19 -05:00
parent e01d866eaa
commit 885f3de38f
8 changed files with 163 additions and 11 deletions

View File

@@ -5,17 +5,20 @@ description = ""
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
requires-python = ">=3.10, <4.0"
dependencies = [
"retro-games (>=1.1.0,<2.0.0)"
"retro-games>=1.0.0",
]
[project.scripts]
play = "game:play"
[tool.retro]
author = ""
description = ""
instructions = ""
result_file = "result.json"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false
requires = ["poetry-core>=2.0.0, <3.0.0"]
build-backend = "poetry.core.masonry.api"