Skip to content

Commit 2ffc592

Browse files
authored
Update package metadata opentelemetry-proto (#2905)
1 parent 6ccdada commit 2ffc592

File tree

4 files changed

+46
-88
lines changed

4 files changed

+46
-88
lines changed

opentelemetry-proto/MANIFEST.in

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

opentelemetry-proto/pyproject.toml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "opentelemetry-proto"
7+
dynamic = ["version"]
8+
description = "OpenTelemetry Python Proto"
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 :: 5 - Production/Stable",
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+
"protobuf~=3.13",
28+
]
29+
30+
[project.optional-dependencies]
31+
test = []
32+
33+
[project.urls]
34+
Homepage = "https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-proto"
35+
36+
[tool.hatch.version]
37+
path = "src/opentelemetry/proto/version.py"
38+
39+
[tool.hatch.build.targets.sdist]
40+
include = [
41+
"/src",
42+
"/tests",
43+
]
44+
45+
[tool.hatch.build.targets.wheel]
46+
packages = ["src/opentelemetry"]

opentelemetry-proto/setup.cfg

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

opentelemetry-proto/setup.py

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

0 commit comments

Comments
 (0)