mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-31 11:25:47 +08:00
change to hatch - setup tools was missing files for the package install
This commit is contained in:
parent
93d8eb8d35
commit
a27773d93d
@ -1,6 +1,6 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 61.0", "setuptools-scm>=8.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["hatchling>=1.13.4", "hatch-vcs>=0.4.0"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "GPT_SoVITS"
|
||||
@ -60,5 +60,8 @@ Homepage = "https://github.com/JarodMica/GPT-SoVITS/tree/main"
|
||||
[project.scripts]
|
||||
"gpt_sovits_api" = "GPT_SoVITS.api_v2:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["GPT_SoVITS"]
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["GPT_SoVITS"]
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
Loading…
x
Reference in New Issue
Block a user