From 8f21780c1beede0f75255976bc9296b3617a1954 Mon Sep 17 00:00:00 2001 From: KAAANG <79990647+SAKURA-CAT@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:38:18 +0800 Subject: [PATCH] fix:dynamic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08e5977..d400924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" [project] name = "swankit" version = "0.1.2b0" -dynamic = ["readme"] +dynamic = ["readme", "dependencies"] description = "Base toolkit for SwanLab" license = "Apache-2.0" requires-python = ">=3.8"