mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move acre and pyblish-base to requirements
This commit is contained in:
parent
bc9a7c1989
commit
cd15d111f3
6 changed files with 64 additions and 28 deletions
4
setup.py
4
setup.py
|
|
@ -73,8 +73,8 @@ buildOptions = dict(
|
|||
|
||||
|
||||
executables = [
|
||||
Executable("start.py", base=None, targetName="pype_console"),
|
||||
Executable("start.py", base=base, targetName="pype")
|
||||
Executable("start.py", base=None, target_name="pype_console"),
|
||||
Executable("start.py", base=base, target_name="pype")
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue