From 8e963bee99eaf6425fb180f81f01d33a5f7767fb Mon Sep 17 00:00:00 2001 From: Cvandia <1141538825@qq.com> Date: Thu, 27 Jul 2023 15:18:15 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 396b43b..13f7ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" 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"