Skip to content

Commit 8ac0143

Browse files
committed
Add details
1 parent 974b1e3 commit 8ac0143

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ name = "glances_api"
33
version = "0.2.2"
44
description = "Python API for interacting with Glances"
55
authors = ["Fabian Affolter <[email protected]>"]
6+
homepage = "https://github.com/home-assistant-ecosystem/python-glances-api"
7+
repository = "https://github.com/home-assistant-ecosystem/python-glances-api/releases"
8+
readme = "README.rst"
69
license = "MIT"
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+
]
719

820
[tool.poetry.dependencies]
921
python = "^3.8"

0 commit comments

Comments
 (0)