added poetry files

This commit is contained in:
2021-09-15 15:15:18 +01:00
parent f9c59ff052
commit acd39d4403
2 changed files with 72 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "maze-game"
version = "0.1.0"
description = ""
authors = ["ajurna <ajurna@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
pygame = "^2.0.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"