Update package metadata adding "Repository" to project urls (#3119)

Add "Repository" label to project urls pointing to the
opentelemetry-python repo root url.

Having within project urls one entry with the same value for all
packages released by the project will help tools for automatic
dependency management to suggest coherent upgrades for related packages.
This commit is contained in:
Andrea Galbusera
2024-12-19 11:15:58 +01:00
committed by GitHub
parent 1ddba1b518
commit 54cbf59aae
63 changed files with 63 additions and 0 deletions

View File

@ -41,6 +41,7 @@ elasticsearch = "opentelemetry.instrumentation.elasticsearch:ElasticsearchInstru
[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-elasticsearch"
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
[tool.hatch.version]
path = "src/opentelemetry/instrumentation/elasticsearch/version.py"