Skip to content

Commit

Permalink
Add details
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 26, 2021
1 parent 449f512 commit 59ff2c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ version = "1.0.1"
description = "Python API for interacting with Netdata"
authors = ["Fabian Affolter <[email protected]>"]
license = "MIT"
homepage = "https://github.com/home-assistant-ecosystem/python-netdata"
repository = "https://github.com/home-assistant-ecosystem/python-netdata"
readme = "README.rst"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Topic :: Utilities",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Home Automation"
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 59ff2c4

Please sign in to comment.