Add pyproject.toml

This commit is contained in:
2025-11-08 09:12:19 +00:00
parent 4578cd20fc
commit 7971b5fa57

13
pyproject.toml Normal file
View File

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