Skip to content

Commit 59ff2c4

Browse files
committed
Add details
1 parent 449f512 commit 59ff2c4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ version = "1.0.1"
44
description = "Python API for interacting with Netdata"
55
authors = ["Fabian Affolter <[email protected]>"]
66
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+
]
724

825
[tool.poetry.dependencies]
926
python = "^3.8"

0 commit comments

Comments
 (0)