update pyproject.toml

This commit is contained in:
Kohaku-Blueleaf
2025-11-01 13:10:05 +08:00
parent bdd62ac9fe
commit 4a32355364

View File

@@ -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"}