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