We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974b1e3 commit 8ac0143Copy full SHA for 8ac0143
pyproject.toml
@@ -3,7 +3,19 @@ name = "glances_api"
3
version = "0.2.2"
4
description = "Python API for interacting with Glances"
5
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"
9
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
+]
19
20
[tool.poetry.dependencies]
21
python = "^3.8"
0 commit comments