mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix setuptools
This commit is contained in:
parent
1280426dd8
commit
f630b8cb7d
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -187,5 +187,6 @@ setup(
|
|||
"build_dir": (openpype_root / "docs" / "build").as_posix()
|
||||
}
|
||||
},
|
||||
executables=executables
|
||||
executables=executables,
|
||||
package_dir=[]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue