-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (38 loc) · 1017 Bytes
/
setup.cfg
File metadata and controls
42 lines (38 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = uptrace
description = OpenTelemetry Python distribution for Uptrace
long_description = file: README.md
long_description_content_type = text/markdown
author = Uptrace.dev
author_email = support@uptrace.dev
url = https://uptrace.dev
platforms = any
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Typing :: Typed
[options]
python_requires = >=3.8
package_dir=
=src
packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api~=1.39.0
opentelemetry-sdk~=1.39.0
opentelemetry-exporter-otlp~=1.39.0
opentelemetry-instrumentation~=0.60b1
[options.packages.find]
where = src
include = *
[options.entry_points]
opentelemetry_distro =
uptrace_distro = uptrace.distro:UptraceDistro
[aliases]
test=make test