mirror of
https://github.com/yakhyo/uniface.git
synced 2025-12-30 00:52:25 +00:00
fix package configuration to include all submodules
This commit is contained in:
@@ -32,7 +32,7 @@ requires = ["setuptools>=64", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["uniface"]
|
||||
packages = ["uniface", "uniface.attribute", "uniface.detection", "uniface.landmark", "uniface.recognition"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"uniface" = ["*.txt", "*.md"]
|
||||
|
||||
Reference in New Issue
Block a user