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/**/*"