From ab89d55d857d24eb42b8dc73c6c206b8f845cf47 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Wed, 19 Mar 2025 16:55:06 +0100 Subject: [PATCH] chore: remove index --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a9fa41..3c38714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,3 @@ dependencies = [ [project.scripts] igdl = "dl:app" - -[[tool.uv.index]] -# Optional name for the index. -name = "gitea" -# Required URL for the index. -url = "https://gitea.parano.ch"