-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 872 Bytes
/
setup.cfg
File metadata and controls
36 lines (33 loc) · 872 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
[metadata]
name = metricrule
version = 0.0.1
description = MetricRule agent for exporting ML serving telemetry
long_description = file: README.md
long_description_content_type = text/markdown
author = MetricRule
author_email = jishnu@metricrule.com
url = https://github.com/metricrule/metricrule-python-agent/tree/main/
platforms = any
license = Apache-2.0
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
[options]
package_dir =
= src
packages = find_namespace:
python_requires = >=3.9
install_requires =
jsonpath-ng
prometheus-client
protobuf
starlette
werkzeug
[options.packages.find]
where = src
[mypy]
ignore_missing_imports = True