From 7f577e899b18dac0923f9dc58b9d98522e76fff5 Mon Sep 17 00:00:00 2001 From: ldevillez Date: Tue, 14 May 2024 13:27:16 +0200 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2db911a..d2c8221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,7 @@ coverage = "^7.5.1" [[tool.poetry.source]] name = "inkex_gitlab" url = "https://gitlab.com/api/v4/projects/40060814/packages/pypi/simple" -default = false -secondary = true +priority = "secondary" [build-system] requires = ["poetry-core"]