From b6305ee06b0f8b9b75a98341faa90533681abff0 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sun, 3 Sep 2023 11:07:57 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 348c07f..594754c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,6 @@ jupyter = "^1.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[[tool.poetry.packages]] +include = "jobspy/**/*"