ignore repos dir in include files if not available

This commit is contained in:
Jakub Trllo 2022-04-20 13:26:28 +02:00
parent c86f62e2d2
commit b9b199c61d

View file

@ -123,12 +123,15 @@ bin_includes = [
include_files = [
"igniter",
"openpype",
"repos",
"schema",
"LICENSE",
"README.md"
]
repos_path = openpype_root / "repos"
if repos_path.exists():
include_files.append("repos")
if IS_WINDOWS:
install_requires.extend([
# `pywin32` packages