From 318ae2ea0675439f4dd510c8b7ed24756fbb55fa Mon Sep 17 00:00:00 2001 From: William Luke Date: Fri, 25 Feb 2022 10:26:04 +0300 Subject: [PATCH] fix : remove repo url --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97195fc..a352a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ version_source = "commit" branch = "main" upload_to_repository=true upload_to_release = true -repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils" build_command = "pip install poetry && poetry build" hvcs="gitea" hvcs_domain = "git.grassecon.net"