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 = "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"
|
||||||
Reference in New Issue
Block a user