mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
reinstall cx_freeze with downgraded setuptools
This commit is contained in:
parent
4d612931ef
commit
9f9caafb0d
4 changed files with 52 additions and 42 deletions
5
setup.py
5
setup.py
|
|
@ -59,13 +59,14 @@ includes = []
|
|||
excludes = [
|
||||
"openpype"
|
||||
]
|
||||
bin_includes = []
|
||||
bin_includes = [
|
||||
"vendor"
|
||||
]
|
||||
include_files = [
|
||||
"igniter",
|
||||
"openpype",
|
||||
"repos",
|
||||
"schema",
|
||||
"vendor",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue