File tree Expand file tree Collapse file tree 3 files changed +40
-69
lines changed
util/opentelemetry-util-http Expand file tree Collapse file tree 3 files changed +40
-69
lines changed Original file line number Diff line number Diff line change 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" ]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments