commit bf150cbf07e8391f3a0d6c7faa7c3566b1ae523a Author: gxing Date: Thu Aug 29 18:09:50 2024 +0000 Initial commit diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..afe5940 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "project-game" +version = "0.1.0" +description = "" +authors = ["Chris Proctor "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.10" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"