diff --git a/apps/conky/pyproject.toml b/apps/conky/pyproject.toml index a76e47e3176fbd324650f46fd9534ab758713aa6..05207ce65228724f5d12b4cf321e0e1188f087f5 100644 --- a/apps/conky/pyproject.toml +++ b/apps/conky/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "xaal.monitor"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.conky"] diff --git a/apps/dashboard/pyproject.toml b/apps/dashboard/pyproject.toml index 7160ac4c4f70aca06cb66d92553decbdabd91656..a67100d2e42082ca22bcbe3b1bdf57f7c4198d02 100644 --- a/apps/dashboard/pyproject.toml +++ b/apps/dashboard/pyproject.toml @@ -19,4 +19,4 @@ dependencies = ["xaal.lib", [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.dashboard"] diff --git a/apps/fuse/pyproject.toml b/apps/fuse/pyproject.toml index 428ddff52cd7aecaa54c712286c0ec29e34a092e..720a12d37114bcc6e9a3147786b31c9640ae6dd5 100644 --- a/apps/fuse/pyproject.toml +++ b/apps/fuse/pyproject.toml @@ -14,4 +14,4 @@ dependencies = ["xaal.lib", "fuse-python", "rapidjson"] xaal-mount = "xaal.fuse.mount:main" [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.fuse"] diff --git a/apps/legacytools/pyproject.toml b/apps/legacytools/pyproject.toml index d94978ae13e7f337357f80f506808b2f9dde0ab1..a4ba0ef2a02a1d87a628b10dc1d65f349efe2694 100644 --- a/apps/legacytools/pyproject.toml +++ b/apps/legacytools/pyproject.toml @@ -24,4 +24,4 @@ xaal-uuidgen-legacy = "xaal.legacytools.uuidgen:main" xaal-inspector-legacy = "xaal.legacytools.inspector:main" [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.legacytools"] diff --git a/apps/rest/pyproject.toml b/apps/rest/pyproject.toml index 4f2f7be87793670e2fefc9402f66f611f26e3bd3..e7c01d187fb46851f559e78e28d51b445121e5a5 100644 --- a/apps/rest/pyproject.toml +++ b/apps/rest/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "bottle", "gevent", "gevent-websocket", "python-rapi [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.rest"] diff --git a/apps/tools/pyproject.toml b/apps/tools/pyproject.toml index f1e8193025d9c493b102782215f657a79b5e3ae4..4d1274b65e8746b56431eb06660d0ff46c636d65 100644 --- a/apps/tools/pyproject.toml +++ b/apps/tools/pyproject.toml @@ -26,4 +26,4 @@ xaal-uuidgen = "xaal.tools.uuidgen:main" xaal-shell = "xaal.tools.toolbox:shell" [tool.setuptools.packages.find] -include = ["0.4"] +include = ["xaal.tools"] diff --git a/core/metadb/pyproject.toml b/core/metadb/pyproject.toml index aac34b363c99af5afe5ab8919bb879f60516bd83..0d4ac07aa48c05b8423f68c39272ed5df1b8fba0 100644 --- a/core/metadb/pyproject.toml +++ b/core/metadb/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.metadb"] diff --git a/devices/assistants/Alexa/pyproject.toml b/devices/assistants/Alexa/pyproject.toml index 7cda97f136da5c9ba8865b04c38e19ee7d759757..da9f6fec69257500e686cd8fe8b42267105a45d1 100644 --- a/devices/assistants/Alexa/pyproject.toml +++ b/devices/assistants/Alexa/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "xaal.schemas"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.alexa"] diff --git a/devices/emulations/Fauxmo/pyproject.toml b/devices/emulations/Fauxmo/pyproject.toml index 288a0fc02e083011b8756fafb50540525e14c882..81eec904a12610072bf14e069d03c41e1004fc5a 100644 --- a/devices/emulations/Fauxmo/pyproject.toml +++ b/devices/emulations/Fauxmo/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "fauxmo", "nest_asyncio"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.fauxmo"] diff --git a/devices/loggers/influxdb/pyproject.toml b/devices/loggers/influxdb/pyproject.toml index a6b0c349879bb2a81ac3632c6765c4a34f934655..a657d683e77a0d4b91c54ad6f25cf4b7ec2f377e 100644 --- a/devices/loggers/influxdb/pyproject.toml +++ b/devices/loggers/influxdb/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "influxdb"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.influxdb"] diff --git a/devices/loggers/mqtt/pyproject.toml b/devices/loggers/mqtt/pyproject.toml index d5f91bf6ee68dc1f2b34cc151cc5b27c209ba2ea..1802a37facd86d90396e28c00146c6c67754a1fc 100644 --- a/devices/loggers/mqtt/pyproject.toml +++ b/devices/loggers/mqtt/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "paho-mqtt"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.mqttlogger"] diff --git a/devices/loggers/warp10/pyproject.toml b/devices/loggers/warp10/pyproject.toml index a8d185e736bf990a17a6db782c98eea114465f53..f205c8c4b27eea0924b0e7a8e9af3e5a625efab7 100644 --- a/devices/loggers/warp10/pyproject.toml +++ b/devices/loggers/warp10/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "urllib3"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.warp10"] diff --git a/devices/notifications/gtk-notify/pyproject.toml b/devices/notifications/gtk-notify/pyproject.toml index 08b1a5fab80900d45637b0ef5d40d30eae73d0de..3a6ef8f1f4184af5779eaeaf377d2466920ee598 100644 --- a/devices/notifications/gtk-notify/pyproject.toml +++ b/devices/notifications/gtk-notify/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "pycairo", "PyGObject"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.gtknotify"] diff --git a/devices/notifications/pushbullet/pyproject.toml b/devices/notifications/pushbullet/pyproject.toml index 120fb9a771ff16370853e999d1b8ba51eda4ff15..c5f9dfd78fbac7d3925495495c66fa6d315dbc4f 100644 --- a/devices/notifications/pushbullet/pyproject.toml +++ b/devices/notifications/pushbullet/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "pushbullet.py"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.pushbullet"] diff --git a/devices/protocols/Aqara/pyproject.toml b/devices/protocols/Aqara/pyproject.toml index ea1711ff77e15d7f3d7a9b6e6118a7048baf42a3..d4dca5d19f7c84f4b05603157acbfe34b6985389 100644 --- a/devices/protocols/Aqara/pyproject.toml +++ b/devices/protocols/Aqara/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "gevent", "pycryptodomex"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.aqara"] diff --git a/devices/protocols/ESPHome/pyproject.toml b/devices/protocols/ESPHome/pyproject.toml index e1aa477c74afcf049fdf54d53a6ad63293ee420d..839e323568ec2af5c4732344b46cd451acac0681 100644 --- a/devices/protocols/ESPHome/pyproject.toml +++ b/devices/protocols/ESPHome/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "aioesphomeapi"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.esphome"] diff --git a/devices/protocols/Edisio/pyproject.toml b/devices/protocols/Edisio/pyproject.toml index 6c33cb7da374d5be716eefd5490fe87d9233dd18..d0376d795f81e29b87738ddb8be20c91c96b731e 100644 --- a/devices/protocols/Edisio/pyproject.toml +++ b/devices/protocols/Edisio/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "gevent", "pyserial"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.edisio"] diff --git a/devices/protocols/HQ433/pyproject.toml b/devices/protocols/HQ433/pyproject.toml index f833565c58e264191d15c0b3a800fca3ded7e706..9140ffb3ef73cea9fc8c2ef1b236c161a3a4bd7f 100644 --- a/devices/protocols/HQ433/pyproject.toml +++ b/devices/protocols/HQ433/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "pyserial"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.hq433"] diff --git a/devices/protocols/HomeKit/pyproject.toml b/devices/protocols/HomeKit/pyproject.toml index a10b8e95f58a4a82d0eac7b1406b0a91d261eef4..485bc06233743201933856c334ff953eeaff69e0 100644 --- a/devices/protocols/HomeKit/pyproject.toml +++ b/devices/protocols/HomeKit/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "aiohomekit"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.homekit"] diff --git a/devices/protocols/IPX-800/pyproject.toml b/devices/protocols/IPX-800/pyproject.toml index a651169abbf2e30b938ac6e2c377b563c4fab05e..f6e7f9a8159a3b2df6074ad27681d431fba033c2 100644 --- a/devices/protocols/IPX-800/pyproject.toml +++ b/devices/protocols/IPX-800/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "gevent"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.ipx800"] diff --git a/devices/protocols/KNX/pyproject.toml b/devices/protocols/KNX/pyproject.toml index d088645e091bb87a6b702318fb59e9f93597c5af..9b3e738697213dae31773759c2560fc5985b7645 100644 --- a/devices/protocols/KNX/pyproject.toml +++ b/devices/protocols/KNX/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "gevent"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.knx"] diff --git a/devices/protocols/Meross/pyproject.toml b/devices/protocols/Meross/pyproject.toml index d14afb4e07d0dbab27c77be2f7a03ddf5c846d70..911711e233c1adbb8b02b8b7f130893e89557b71 100644 --- a/devices/protocols/Meross/pyproject.toml +++ b/devices/protocols/Meross/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "xaal.schemas", "meross_iot==0.4.4.4"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.meross"] diff --git a/devices/protocols/Netatmo/pyproject.toml b/devices/protocols/Netatmo/pyproject.toml index d570f71eee65125cb3384fcdf9bb1788105e701a..4b135d127c1a555e0ebe2b798feea1530208b292 100644 --- a/devices/protocols/Netatmo/pyproject.toml +++ b/devices/protocols/Netatmo/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "requests"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.netatmo"] diff --git a/devices/protocols/SensFloor/pyproject.toml b/devices/protocols/SensFloor/pyproject.toml index a8319c52b7eef73dbfef062930c5cdf5582549bf..2c8a44c32b4abcc42d4128b05d3f0cd58f8304e2 100644 --- a/devices/protocols/SensFloor/pyproject.toml +++ b/devices/protocols/SensFloor/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "xaal.schemas", "python-socketio==5.0.0", "aiohttp"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.sensfloor"] diff --git a/devices/protocols/Tuya/pyproject.toml b/devices/protocols/Tuya/pyproject.toml index 2c0f9b17e52117925e8578e0c1c2f7f4956363dd..49a09c2ecdfe1f2dcb8dcc94fba29e4b10e0d82f 100644 --- a/devices/protocols/Tuya/pyproject.toml +++ b/devices/protocols/Tuya/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "gevent", "decorator", "tuyaface"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.tuya"] diff --git a/devices/protocols/Yeelight/pyproject.toml b/devices/protocols/Yeelight/pyproject.toml index c72f83a6f5f4b52cf982a51ec1f69f1ce9b6c5f4..18cc40c458f8c0d184a4e0c08a151ee153ce9a2d 100644 --- a/devices/protocols/Yeelight/pyproject.toml +++ b/devices/protocols/Yeelight/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "gevent", "yeelight", "decorator"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.yeelight"] diff --git a/devices/protocols/ZWave/pyproject.toml b/devices/protocols/ZWave/pyproject.toml index 313e5a643a85a6bf795d94d73e8c5a50248da033..9527a126b4ee9c3e914233f30a10fdcc83e5d568 100644 --- a/devices/protocols/ZWave/pyproject.toml +++ b/devices/protocols/ZWave/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "python_openzwave", "prettytable"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.zwave"] diff --git a/devices/protocols/bugOne/pyproject.toml b/devices/protocols/bugOne/pyproject.toml index 71f216eb12842b1c279a710b281df853f8fe0175..bf9902a71ef272104f680c38901f1c64e43300d3 100644 --- a/devices/protocols/bugOne/pyproject.toml +++ b/devices/protocols/bugOne/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "bugone", "gevent"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.bugone"] diff --git a/devices/sensors/HTU21D/pyproject.toml b/devices/sensors/HTU21D/pyproject.toml index f963c8624c0a78bce08d1795b7ad8d383c078417..cd7d4aebe44fefcde0a50879c250c7f2e1031475 100644 --- a/devices/sensors/HTU21D/pyproject.toml +++ b/devices/sensors/HTU21D/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.htu21d"] diff --git a/devices/sensors/lm_sensors/pyproject.toml b/devices/sensors/lm_sensors/pyproject.toml index 58b9857741b7b5d373f48df70e9f6971d16c631f..f0ca6aabbb2f6e3d28ada56e0a8ae3795f35ec7d 100644 --- a/devices/sensors/lm_sensors/pyproject.toml +++ b/devices/sensors/lm_sensors/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "PySensors"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.lmsensors"] diff --git a/devices/tests/dummy/pyproject.toml b/devices/tests/dummy/pyproject.toml index 1ffa1774be6ba43b74083d6eb028c765389e3349..b81ed0922a6cb03f88281e7832edaf0787e4d1bc 100644 --- a/devices/tests/dummy/pyproject.toml +++ b/devices/tests/dummy/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib"] [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.dummy"] diff --git a/devices/tests/fakeinput/pyproject.toml b/devices/tests/fakeinput/pyproject.toml index 22f1fbf8b3a1cb0034d703e2a7f55f110bb404c0..67cfb630cfc0d94f609d531c7a3294a873762c2a 100644 --- a/devices/tests/fakeinput/pyproject.toml +++ b/devices/tests/fakeinput/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "xaal.schemas", "bottle", "gevent", "gevent-websocke [tool.setuptools.packages.find] -include = ["0.1"] +include = ["xaal.fakeinput"] diff --git a/devices/weather/OpenWeatherMap/pyproject.toml b/devices/weather/OpenWeatherMap/pyproject.toml index 21518229dace7b9a95d3efbe98ee3e97dd9c0764..897cc89ff1679cb95b7f7ba53398407d831dce02 100644 --- a/devices/weather/OpenWeatherMap/pyproject.toml +++ b/devices/weather/OpenWeatherMap/pyproject.toml @@ -12,4 +12,4 @@ dependencies = ["xaal.lib", "xaal.schemas", "pyowm==2.10.0"] [tool.setuptools.packages.find] -include = ["0.2"] +include = ["xaal.owm"]