From 8d8a86233067a02a074b17c52b1efe692b4a52f8 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Fri, 10 Jan 2025 17:18:26 +0100 Subject: [PATCH] pyproject.toml: support poetry-core 2.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec0dc47..d9ce2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ include = [ ] [tool.poetry.urls] -repository = "https://github.com/pyradius/pyrad" +Repository = "https://github.com/pyradius/pyrad" [tool.poetry.dependencies] python = "^3.6"