mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
don't handle repos directory in setup
This commit is contained in:
parent
613e14c012
commit
bf45122d8c
1 changed files with 0 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -128,10 +128,6 @@ include_files = [
|
|||
"README.md"
|
||||
]
|
||||
|
||||
repos_path = openpype_root / "repos"
|
||||
if repos_path.exists():
|
||||
include_files.append("repos")
|
||||
|
||||
if IS_WINDOWS:
|
||||
install_requires.extend([
|
||||
# `pywin32` packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue