Skip to content

Commit 54cbf59

Browse files
authored
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.
1 parent 1ddba1b commit 54cbf59

File tree

63 files changed

+63
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+63
-0
lines changed

_template/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ REPLACE_ME = "opentelemetry.instrumentation.<REPLACE>"
4141
# url of the instrumentation e.g
4242
# Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-sqlalchemy"
4343
Homepage = "<REPLACE ME>"
44+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4445

4546
[tool.hatch.version]
4647
# REPLACE ME: the path to the version file e.g

exporter/opentelemetry-exporter-prometheus-remote-write/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535

3636
[project.urls]
3737
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-prometheus-remote-write"
38+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
3839

3940
[tool.hatch.version]
4041
path = "src/opentelemetry/exporter/prometheus_remote_write/version.py"

exporter/opentelemetry-exporter-richconsole/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333

3434
[project.urls]
3535
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-richconsole"
36+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
3637

3738
[tool.hatch.version]
3839
path = "src/opentelemetry/exporter/richconsole/version.py"

instrumentation-genai/opentelemetry-instrumentation-openai-v2/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ openai = "opentelemetry.instrumentation.openai_v2:OpenAIInstrumentor"
4040

4141
[project.urls]
4242
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2"
43+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4344

4445
[tool.hatch.version]
4546
path = "src/opentelemetry/instrumentation/openai_v2/version.py"

instrumentation/opentelemetry-instrumentation-aio-pika/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ aio-pika = "opentelemetry.instrumentation.aio_pika:AioPikaInstrumentor"
4040

4141
[project.urls]
4242
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aio-pika"
43+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4344

4445
[tool.hatch.version]
4546
path = "src/opentelemetry/instrumentation/aio_pika/version.py"

instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ aiohttp-client = "opentelemetry.instrumentation.aiohttp_client:AioHttpClientInst
4242

4343
[project.urls]
4444
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-client"
45+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4546

4647
[tool.hatch.version]
4748
path = "src/opentelemetry/instrumentation/aiohttp_client/version.py"

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ aiohttp-server = "opentelemetry.instrumentation.aiohttp_server:AioHttpServerInst
4242

4343
[project.urls]
4444
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-server"
45+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4546

4647
[tool.hatch.version]
4748
path = "src/opentelemetry/instrumentation/aiohttp_server/version.py"

instrumentation/opentelemetry-instrumentation-aiokafka/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ aiokafka = "opentelemetry.instrumentation.aiokafka:AIOKafkaInstrumentor"
3838

3939
[project.urls]
4040
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiokafka"
41+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4142

4243
[tool.hatch.version]
4344
path = "src/opentelemetry/instrumentation/aiokafka/version.py"

instrumentation/opentelemetry-instrumentation-aiopg/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ aiopg = "opentelemetry.instrumentation.aiopg:AiopgInstrumentor"
4141

4242
[project.urls]
4343
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiopg"
44+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4445

4546
[tool.hatch.version]
4647
path = "src/opentelemetry/instrumentation/aiopg/version.py"

instrumentation/opentelemetry-instrumentation-asgi/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ instruments = [
3939

4040
[project.urls]
4141
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asgi"
42+
Repository = "https://github.com/open-telemetry/opentelemetry-python-contrib"
4243

4344
[tool.hatch.version]
4445
path = "src/opentelemetry/instrumentation/asgi/version.py"

0 commit comments

Comments
 (0)