adding pyproject.toml

This commit is contained in:
2025-11-07 16:26:04 +08:00
parent e4a010a8e0
commit e2f463b508

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
# pyproject.toml
[project]
name = "tictactoe"
version = "0.1.0"
description = "Classic Tic-Tac-Toe game environment built for TextArena."
dependencies = [
"textarena>=0.7.3", # core framework
]
[openverse]
entry_point = "env:TicTacToeEnv"
tags = ["2-player", "logic", "reasoning"]
author = "bobbycxy"