[project] name = "xaal.influxdb" version = "0.1" description = "xAAL device for InfluxDB logging" readme = "README.rst" authors = [ { name = "Pierre-Henri Horrein", email = "freki@frekilabs.fr" } ] license = { text = "GPL License"} classifiers = ["Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules"] keywords = ["xaal", "influxdb"] dependencies = ["xaal.lib", "influxdb"] [tool.setuptools.packages.find] include = ["xaal.influxdb"] [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/loggers/influxdb/README.rst" Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/loggers/influxdb"