Fix pyproject

This commit is contained in:
Chris Proctor 2023-09-10 16:05:20 -04:00
parent c4c2e1f332
commit feac8fcdc3
2 changed files with 8 additions and 2 deletions

7
poetry.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
package = []
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "53f2eabc9c26446fbcc00d348c47878e118afc2054778c3c803a0a8028af27d9"

View File

@ -4,10 +4,9 @@ version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
packages = [{include = "project_game"}]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
[build-system]