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.
This commit is contained in:
Martin Hauser 2025-06-04 21:19:34 +02:00
parent fc7e1cd9a6
commit cead6cad37
No known key found for this signature in database

View File

@ -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]