From 70ecc0a678eefde5d7c66e342a16183b3abe706c Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sun, 10 Sep 2023 16:05:50 -0400 Subject: [PATCH] Remove package declaration --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]