From 04481922441eab5530d5dd45489fddcd29586cec Mon Sep 17 00:00:00 2001 From: Marc Koch Date: Fri, 21 Mar 2025 10:05:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20push=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + src/adgroupsync/exceptions.py | 0 2 files changed, 1 insertion(+) create mode 100644 src/adgroupsync/exceptions.py diff --git a/pyproject.toml b/pyproject.toml index d1a41a1..3212a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ [[tool.uv.index]] name = "propeace" url = "https://git.propeace.de/api/packages/ProPeace/pypi/simple/" +publish-url = "https://git.propeace.de/api/packages/ProPeace/pypi" explicit = true [tool.uv.sources] diff --git a/src/adgroupsync/exceptions.py b/src/adgroupsync/exceptions.py new file mode 100644 index 0000000..e69de29