diff --git a/pyproject.toml b/pyproject.toml index 120645e0b..d4aab72af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,29 @@ +[project] +name = "plugwise-beta" +version = "0.51.6" +description = "Plugwise Smile/Stretch custom_component (BETA)" +readme = "README.md" +requires-python = ">=3.12" +license = {file = "LICENSE"} +keywords = ["Plugwise", "Adam", "Anna", "P1", "Stretch", "Smile"] +authors = [ + {name = "@bouwew"}, + {email = "bouwe@westerdijk.info"}, + {name = "@compatech"}, + {email = "info@compatech.nl"}, +] +maintainers = [ + {name = "@bouwew"}, + {email = "bouwe@westerdijk.info"}, + {name = "@compatech"}, + {email = "info@compatech.nl"}, +] +classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python" +] +dependencies = ["homeassistant", "plugwise"] + [project.urls] "Source Code" = "https://github.com/plugwise/plugwise-beta" "Bug Reports" = "https://github.com/plugwise/plugwise-beta/issues"