Add pyproject.toml

This commit is contained in:
2025-11-08 09:13:11 +00:00
parent 5a43c21d4b
commit 77f014914c

13
pyproject.toml Normal file
View File

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