Skip to content

Commit 2db44ba

Browse files
authored
Update package metadata opentelemetry-util-http (#1309)
1 parent 2d2b876 commit 2db44ba

File tree

3 files changed

+40
-69
lines changed

3 files changed

+40
-69
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "opentelemetry-util-http"
7+
dynamic = ["version"]
8+
description = "Web util 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+
]
26+
27+
[project.urls]
28+
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/util/opentelemetry-util-http"
29+
30+
[tool.hatch.version]
31+
path = "src/opentelemetry/util/http/version.py"
32+
33+
[tool.hatch.build.targets.sdist]
34+
include = [
35+
"/src",
36+
"/tests",
37+
]
38+
39+
[tool.hatch.build.targets.wheel]
40+
packages = ["src/opentelemetry"]

util/opentelemetry-util-http/setup.cfg

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

util/opentelemetry-util-http/setup.py

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

0 commit comments

Comments
 (0)