Skip to content

Commit 1d80855

Browse files
authored
Update package metadata opentelemetry-instrumentation-logging (#1284)
1 parent 965b762 commit 1d80855

File tree

4 files changed

+52
-161
lines changed

4 files changed

+52
-161
lines changed

instrumentation/opentelemetry-instrumentation-logging/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-instrumentation-logging"
7+
dynamic = ["version"]
8+
description = "OpenTelemetry Logging instrumentation"
9+
readme = "README.rst"
10+
license = "Apache-2.0"
11+
authors = [
12+
{ name = "OpenTelemetry Authors", email = "[email protected]" },
13+
]
14+
classifiers = [
15+
"Development Status :: 4 - Beta",
16+
"Intended Audience :: Developers",
17+
"License :: OSI Approved :: Apache Software License",
18+
"Programming Language :: Python",
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
]
25+
dependencies = [
26+
"opentelemetry-api ~= 1.12",
27+
"opentelemetry-instrumentation == 0.33b0",
28+
]
29+
30+
[project.optional-dependencies]
31+
instruments = []
32+
test = [
33+
"opentelemetry-test-utils == 0.33b0",
34+
]
35+
36+
[project.entry-points.opentelemetry_instrumentor]
37+
logging = "opentelemetry.instrumentation.logging:LoggingInstrumentor"
38+
39+
[project.urls]
40+
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-logging"
41+
42+
[tool.hatch.version]
43+
path = "src/opentelemetry/instrumentation/logging/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"]

instrumentation/opentelemetry-instrumentation-logging/setup.cfg

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

instrumentation/opentelemetry-instrumentation-logging/setup.py

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

0 commit comments

Comments
 (0)