mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
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:
parent
fc7e1cd9a6
commit
cead6cad37
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user