This commit is contained in:
shenjack 2023-09-22 00:08:39 +08:00
parent d75eeb98c7
commit f123114f6e
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -120,7 +120,7 @@ class NuitkaDataConfig(NuitkaSubConfig):
include_data_dir: List[Tuple[Path, Path]] = []
# --noinclude-data-files=PATH
no_include_data_files: List[Path] = []\
no_include_data_files: List[Path] = []
# --list-package-data=LIST_PACKAGE_DATA
list_package_data: List[str] = []