From feac8fcdc30196287c896ec1b995e79cfdf00837 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sun, 10 Sep 2023 16:05:20 -0400 Subject: [PATCH] Fix pyproject --- poetry.lock | 7 +++++++ pyproject.toml | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 poetry.lock diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..ddb1526 --- /dev/null +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 1e94b25..afe5940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,9 @@ version = "0.1.0" description = "" authors = ["Chris Proctor "] readme = "README.md" -packages = [{include = "project_game"}] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" [build-system]