-
KERDREUX Jerome authoredKERDREUX Jerome authored
pyproject.toml 969 B
[project]
name = "xaal.fauxmo"
version = "0.2"
description = "xAAL to Wemo fake emulations"
readme = "README.rst"
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "wemo", "alexa"]
dependencies = ["xaal.lib", "fauxmo==0.6", "nest_asyncio"]
[tool.setuptools.packages.find]
include = ["xaal.fauxmo"]
[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/emulations/Fauxmo/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/emulations/Fauxmo"
[tool.ruff]
line-length = 122
[tool.ruff.format]
quote-style = "preserve"
[tool.black]
line-length = 122
skip-string-normalization = true