Add pyproject.toml
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user