mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update setup.py
add comment about cx_freeze excludes behavior
This commit is contained in:
parent
3d291c04cb
commit
c7c13b7142
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -52,6 +52,10 @@ install_requires = [
|
|||
]
|
||||
|
||||
includes = []
|
||||
# WARNING: As of cx_freeze there is a bug?
|
||||
# when this is empty, its hooks will not kick in
|
||||
# and won't clean platform irrelevant modules
|
||||
# like dbm mentioned above.
|
||||
excludes = [
|
||||
"openpype"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue