Files
testtest9/pyproject.toml

15 lines
334 B
TOML
Raw Normal View History

2025-11-25 13:02:22 +00:00
# pyproject.toml
[project]
name = "game_20251125_130005"
version = "0.1.0"
description = "*“DUEL OF SIGNS: A ROCKPAPERSCISSORS TOURNAMENT”* environment generated for TextArena."
dependencies = [
"textarena>=0.7.3"
]
[openverse]
entry_point = "env:DuelOfSignsEnv"
tags = ["openverse", "generated"]
author = "Openverse"