Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03292aa

Browse files
ext: Fix URLs in setup.cfg for ext packages (open-telemetry#584)
URLs were missing the tree/master part.
1 parent c24e80b commit 03292aa

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

ext/opentelemetry-ext-dbapi/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-dbapi
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-dbapi
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-flask/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-flask
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-flask
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-grpc/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-grpc
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-grpc
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-http-requests/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-http-requests
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-http-requests
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-jaeger/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-jaeger
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-jaeger
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-mysql/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-mysql
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-mysql
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-opentracing-shim/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-opentracing-shim
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-opentracing-shim
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-otcollector/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-otcollector
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-otcollector
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-prometheus/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-prometheus
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-prometheus
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-psycopg2/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-psycopg2
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-psycopg2
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-pymongo/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-pymongo
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-pymongo
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-wsgi/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-wsgi
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-wsgi
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

ext/opentelemetry-ext-zipkin/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-ext-zipkin
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/ext/opentelemetry-ext-zipkin
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

opentelemetry-auto-instrumentation/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = [email protected]
22-
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/opentelemetry-auto-instrumentation"
22+
url = https://github.com/open-telemetry/opentelemetry-python/tree/master/opentelemetry-auto-instrumentation
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =

0 commit comments

Comments
 (0)