File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = metricrule
3
- version = 0.0.1dev1
3
+ version = 0.0.1
4
4
description = MetricRule agent for exporting ML serving telemetry
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
@@ -10,21 +10,18 @@ url = https://github.com/metricrule/metricrule-python-agent/tree/main/
10
10
platforms = any
11
11
license = Apache-2.0
12
12
classifiers =
13
- Development Status :: 2 - Pre- Alpha
13
+ Development Status :: 3 - Alpha
14
14
Intended Audience :: Developers
15
15
License :: OSI Approved :: Apache Software License
16
16
Programming Language :: Python
17
17
Programming Language :: Python :: 3
18
- Programming Language :: Python :: 3.6
19
- Programming Language :: Python :: 3.7
20
- Programming Language :: Python :: 3.8
21
18
Programming Language :: Python :: 3.9
22
19
23
20
[options]
24
21
package_dir =
25
22
= src
26
23
packages = find_namespace:
27
- python_requires = >=3.6
24
+ python_requires = >=3.9
28
25
install_requires =
29
26
jsonpath-ng
30
27
prometheus-client
You can’t perform that action at this time.
0 commit comments