File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ version = "1.0.1"
4
4
description = " Python API for interacting with Netdata"
5
5
authors = [
" Fabian Affolter <[email protected] >" ]
6
6
license = " MIT"
7
+ homepage = " https://github.com/home-assistant-ecosystem/python-netdata"
8
+ repository = " https://github.com/home-assistant-ecosystem/python-netdata"
9
+ readme = " README.rst"
10
+ classifiers = [
11
+ " Development Status :: 3 - Alpha" ,
12
+ " Environment :: Console" ,
13
+ " Intended Audience :: Developers" ,
14
+ " Operating System :: MacOS :: MacOS X" ,
15
+ " Operating System :: Microsoft :: Windows" ,
16
+ " Operating System :: POSIX" ,
17
+ " Topic :: Utilities" ,
18
+ " Programming Language :: Python :: 3" ,
19
+ " Programming Language :: Python :: 3.8" ,
20
+ " Programming Language :: Python :: 3.9" ,
21
+ " Programming Language :: Python :: 3.10" ,
22
+ " Topic :: Home Automation"
23
+ ]
7
24
8
25
[tool .poetry .dependencies ]
9
26
python = " ^3.8"
You can’t perform that action at this time.
0 commit comments