[project] name = "xaal.hq433" version = "0.1" description = "xAAL devices for HQ Product RF433 power switch" readme = "README.rst" authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ] license = { text = "GPL License"} classifiers = ["Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules"] keywords = ["xaal", "rf433"] dependencies = ["xaal.lib", "pyserial"] [tool.setuptools.packages.find] include = ["xaal.hq433"] [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/HQ433/README.rst" Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/HQ433"