Files
testtest8/pyproject.toml

15 lines
300 B
TOML
Raw Normal View History

2025-11-22 02:56:57 +00:00
# pyproject.toml
[project]
name = "game_20251122_025522"
version = "0.1.0"
description = "EchoMaze: The Labyrinth Duel environment generated for TextArena."
dependencies = [
"textarena>=0.7.3"
]
[openverse]
entry_point = "env:EchoMazeEnv"
tags = ["openverse", "generated"]
author = "Openverse"