From 4a32355364b40c751735d59c651dab023f6c6d68 Mon Sep 17 00:00:00 2001 From: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:10:05 +0800 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb08b37..99fdd3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A self-hosted HuggingFace alternative" authors = [ { name = "Shih-Ying Yeh(KohakuBlueLeaf)", email = "apolloyeh0123@gmail.com" }, ] -license = { text = "Apache-2.0" } +license = { text = "AGPL-3" } readme = "README.md" requires-python = ">=3.10" dependencies = [ @@ -55,9 +55,5 @@ dev = [ "pytest-mock>=3.12.0", ] - -[project.scripts] -kohub-cli = "kohub_cli.cli:cli" - [tool.setuptools] package-dir = {"" = "src"} \ No newline at end of file