Skip to content

Commit 2b32606

Browse files
authored
Update package metadata opentracing-shim (#2912)
1 parent 0db9d19 commit 2b32606

File tree

4 files changed

+52
-93
lines changed

4 files changed

+52
-93
lines changed

shim/opentelemetry-opentracing-shim/MANIFEST.in

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "opentelemetry-opentracing-shim"
7+
dynamic = ["version"]
8+
description = "OpenTracing Shim for OpenTelemetry"
9+
readme = "README.rst"
10+
license = "Apache-2.0"
11+
requires-python = ">=3.7"
12+
authors = [
13+
{ name = "OpenTelemetry Authors", email = "[email protected]" },
14+
]
15+
classifiers = [
16+
"Development Status :: 4 - Beta",
17+
"Intended Audience :: Developers",
18+
"License :: OSI Approved :: Apache Software License",
19+
"Programming Language :: Python",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.7",
22+
"Programming Language :: Python :: 3.8",
23+
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
25+
"Typing :: Typed",
26+
]
27+
dependencies = [
28+
"Deprecated >= 1.2.6",
29+
"opentelemetry-api ~= 1.3",
30+
"opentracing ~= 2.0",
31+
]
32+
33+
[project.optional-dependencies]
34+
test = [
35+
"opentelemetry-test-utils == 0.33b0",
36+
"opentracing ~= 2.2.0",
37+
]
38+
39+
[project.urls]
40+
Homepage = "https://github.com/open-telemetry/opentelemetry-python/tree/main/shim/opentelemetry-opentracing-shim"
41+
42+
[tool.hatch.version]
43+
path = "src/opentelemetry/shim/opentracing_shim/version.py"
44+
45+
[tool.hatch.build.targets.sdist]
46+
include = [
47+
"/src",
48+
"/tests",
49+
]
50+
51+
[tool.hatch.build.targets.wheel]
52+
packages = ["src/opentelemetry"]

shim/opentelemetry-opentracing-shim/setup.cfg

Lines changed: 0 additions & 53 deletions
This file was deleted.

shim/opentelemetry-opentracing-shim/setup.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)