From 323a8274f0c7686ee2562ce6b4688b81232d1ac7 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Tue, 25 Jan 2022 14:47:28 +0100 Subject: [PATCH] mark openpype repository as secondary --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index feef6071a6..ef3747e5d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,7 @@ toml = "^0.10.2" # for parsing pyproject.toml [[tool.poetry.source]] name = "openpype" url = "https://distribute.openpype.io/wheels/" +secondary = true [build-system] requires = ["poetry-core>=1.0.0"]