Skip to content

Commit debeba8

Browse files
authored
Update package metadata opentelemetry-instrumentation (#1305)
1 parent f6c2469 commit debeba8

File tree

4 files changed

+55
-96
lines changed

4 files changed

+55
-96
lines changed

opentelemetry-instrumentation/MANIFEST.in

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "opentelemetry-instrumentation"
7+
dynamic = ["version"]
8+
description = "Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python"
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+
]
26+
dependencies = [
27+
"opentelemetry-api ~= 1.4",
28+
"setuptools >= 16.0",
29+
"wrapt >= 1.0.0, < 2.0.0",
30+
]
31+
32+
[project.optional-dependencies]
33+
test = []
34+
35+
[project.scripts]
36+
opentelemetry-bootstrap = "opentelemetry.instrumentation.bootstrap:run"
37+
opentelemetry-instrument = "opentelemetry.instrumentation.auto_instrumentation:run"
38+
39+
[project.entry-points.opentelemetry_environment_variables]
40+
instrumentation = "opentelemetry.instrumentation.environment_variables"
41+
42+
[project.urls]
43+
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation"
44+
45+
[tool.hatch.version]
46+
path = "src/opentelemetry/instrumentation/version.py"
47+
48+
[tool.hatch.build.targets.sdist]
49+
include = [
50+
"/src",
51+
"/tests",
52+
]
53+
54+
[tool.hatch.build.targets.wheel]
55+
packages = ["src/opentelemetry"]

opentelemetry-instrumentation/setup.cfg

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

opentelemetry-instrumentation/setup.py

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

0 commit comments

Comments
 (0)