mirror of
https://github.com/OpenBMB/VoxCPM
synced 2025-12-12 11:58:11 +00:00
FX: fixed find_package error
This commit is contained in:
@@ -69,7 +69,7 @@ Documentation = "https://github.com/OpenBMB/VoxCPM#readme"
|
|||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
include = ["voxcpm"]
|
include = ["voxcpm*"]
|
||||||
|
|
||||||
[tool.setuptools.package-dir]
|
[tool.setuptools.package-dir]
|
||||||
"" = "src"
|
"" = "src"
|
||||||
|
|||||||
Reference in New Issue
Block a user