Skip to content

Commit

Permalink
Update package metadata opentracing-shim (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Sep 1, 2022
1 parent 0db9d19 commit 2b32606
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 93 deletions.
9 changes: 0 additions & 9 deletions shim/opentelemetry-opentracing-shim/MANIFEST.in

This file was deleted.

52 changes: 52 additions & 0 deletions shim/opentelemetry-opentracing-shim/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "opentelemetry-opentracing-shim"
dynamic = ["version"]
description = "OpenTracing Shim for OpenTelemetry"
readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.7"
authors = [
{ name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" },
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Typing :: Typed",
]
dependencies = [
"Deprecated >= 1.2.6",
"opentelemetry-api ~= 1.3",
"opentracing ~= 2.0",
]

[project.optional-dependencies]
test = [
"opentelemetry-test-utils == 0.33b0",
"opentracing ~= 2.2.0",
]

[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python/tree/main/shim/opentelemetry-opentracing-shim"

[tool.hatch.version]
path = "src/opentelemetry/shim/opentracing_shim/version.py"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/tests",
]

[tool.hatch.build.targets.wheel]
packages = ["src/opentelemetry"]
53 changes: 0 additions & 53 deletions shim/opentelemetry-opentracing-shim/setup.cfg

This file was deleted.

31 changes: 0 additions & 31 deletions shim/opentelemetry-opentracing-shim/setup.py

This file was deleted.

0 comments on commit 2b32606

Please sign in to comment.