commit 5ca511f46a147108baab989964d797a56b208b45 Author: rhankey Date: Thu Aug 29 12:32:54 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"