Add pyproject.toml

This commit is contained in:
2025-11-07 10:39:57 +00:00
parent fbcb3de217
commit bbf6ea2baa

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
# pyproject.toml
[project]
name = "iteratedrockpaperscissors"
version = "0.1.0"
description = "Classic Iterated Rock-Paper-Scissors game environment built for TextArena."
dependencies = [
"textarena>=0.7.3", # core framework
]
[openverse]
entry_point = "env:IteratedRockPaperScissorsEnv"
tags = ["2-player", "logic", "reasoning"]
author = "bobbycxy"