File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 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"
44description = " Python API for interacting with Netdata"
55authors = [
" Fabian Affolter <[email protected] >" ]
66license = " 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+ ]
724
825[tool .poetry .dependencies ]
926python = " ^3.8"
You can’t perform that action at this time.
0 commit comments