Refactor chesspp module with pyproject

This commit is contained in:
2024-01-27 21:36:46 +01:00
parent 69aa9ce2d9
commit c69b542653
12 changed files with 27 additions and 11 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "chess-pp"
version = "0.1"
dependencies = [
"chess==1.10.0",
"numpy==1.26.3",
"stockfish==3.28.0",
]
requires-python = ">= 3.10"