mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-03-11 17:34:08 -05:00
update pyproject.toml
This commit is contained in:
@@ -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"}
|
||||
Reference in New Issue
Block a user