[project] name = "xaal.netatmo" version = "0.1" description = "Netatmo Weather Station" readme = "README.rst" authors = [{ name = "Caifeng BAO", email = "caifeng.bao@imt-atlantique.fr" }] license = { text = "GPL License" } classifiers = ["Programming Language :: Python", "Topic :: Home Automation"] keywords = ["xaal", "netatmo", "weather", "station"] dependencies = ["xaal.lib", "requests"] [tool.setuptools.packages.find] include = ["xaal.netatmo"] [project.urls] Homepage = "https://recherche.imt-atlantique.fr/xaal/" Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/Netatmo/README.rst" Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Netatmo"