From acf1fd34e533cd9734193549009ef3fb382a9eba Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sun, 10 Sep 2023 16:06:16 -0400 Subject: [PATCH] Remove package declaration --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51b07fc..689655c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ version = "0.1.0" description = "" authors = ["Chris Proctor "] readme = "README.md" -packages = [{include = "lab_retro"}] [tool.poetry.dependencies] python = "^3.10"