From cead6cad37856a4419ff4ba1c8de1f6dd1aee6a2 Mon Sep 17 00:00:00 2001 From: Martin Hauser Date: Wed, 4 Jun 2025 21:19:34 +0200 Subject: [PATCH] fix(project): Update repository URL key in pyproject.toml Replaces the 'Repository' key with 'Source' in accordance with updated metadata conventions. This ensures compliance with modern best practices for project metadata. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0102dffb..9e9920171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ [project.urls] Homepage = "https://netboxlabs.com/products/netbox/" Documentation = "https://netboxlabs.com/docs/netbox/" -Repository = "https://github.com/netbox-community/netbox" +Source = "https://github.com/netbox-community/netbox" Issues = "https://github.com/netbox-community/netbox/issues" [tool.black]