fix setuptools

This commit is contained in:
Ondrej Samohel 2022-03-31 12:46:24 +02:00
parent 1280426dd8
commit f630b8cb7d
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -187,5 +187,6 @@ setup(
"build_dir": (openpype_root / "docs" / "build").as_posix()
}
},
executables=executables
executables=executables,
package_dir=[]
)