diff --git a/pyproject.toml b/pyproject.toml index 5f413c1..8335322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.2" description = "A spider for https://dimtown.com" authors = ["divandia <106718176+Cvandia@users.noreply.github.com>"] readme = "README.md" -packages = [{ include = "dimtown_spider" }] +packages = [{ include = "dimtown" }] [tool.poetry.dependencies] python = ">=3.9"