move acre and pyblish-base to requirements

This commit is contained in:
Ondrej Samohel 2021-01-12 12:00:40 +01:00
parent bc9a7c1989
commit cd15d111f3
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
6 changed files with 64 additions and 28 deletions

View file

@ -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(