mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
start on igniter - pype bootstrap
This commit is contained in:
parent
10f4ea8a0d
commit
6da5c7b463
9 changed files with 214 additions and 2 deletions
14
setup.py
14
setup.py
|
|
@ -23,9 +23,21 @@ if sys.platform == "win32":
|
|||
# Build options for cx_Freeze. Manually add/exclude packages and binaries
|
||||
buildOptions = dict(
|
||||
packages=install_requires,
|
||||
includes=[
|
||||
'repos/acre/acre',
|
||||
'repos/avalon-core/avalon',
|
||||
'repos/pyblish-base/pyblish',
|
||||
'repos/maya-look-assigner/mayalookassigner'
|
||||
],
|
||||
excludes=[],
|
||||
bin_includes=[],
|
||||
include_files=["schema", "setup", "vendor"],
|
||||
include_files=[
|
||||
"schema",
|
||||
"setup",
|
||||
"vendor",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"version"]
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue