From dc7685e8540bb9e568b2207015f1895c62a896d0 Mon Sep 17 00:00:00 2001
From: jkerdreu <jkerdreu@b32b6428-25c9-4566-ad07-03861ab6144f>
Date: Mon, 15 Jul 2024 15:20:20 +0000
Subject: [PATCH] Oups ..

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3186 b32b6428-25c9-4566-ad07-03861ab6144f
---
 apps/conky/pyproject.toml                       | 2 +-
 apps/dashboard/pyproject.toml                   | 2 +-
 apps/fuse/pyproject.toml                        | 2 +-
 apps/legacytools/pyproject.toml                 | 2 +-
 apps/rest/pyproject.toml                        | 2 +-
 apps/tools/pyproject.toml                       | 2 +-
 core/metadb/pyproject.toml                      | 2 +-
 devices/assistants/Alexa/pyproject.toml         | 2 +-
 devices/emulations/Fauxmo/pyproject.toml        | 2 +-
 devices/loggers/influxdb/pyproject.toml         | 2 +-
 devices/loggers/mqtt/pyproject.toml             | 2 +-
 devices/loggers/warp10/pyproject.toml           | 2 +-
 devices/notifications/gtk-notify/pyproject.toml | 2 +-
 devices/notifications/pushbullet/pyproject.toml | 2 +-
 devices/protocols/Aqara/pyproject.toml          | 2 +-
 devices/protocols/ESPHome/pyproject.toml        | 2 +-
 devices/protocols/Edisio/pyproject.toml         | 2 +-
 devices/protocols/HQ433/pyproject.toml          | 2 +-
 devices/protocols/HomeKit/pyproject.toml        | 2 +-
 devices/protocols/IPX-800/pyproject.toml        | 2 +-
 devices/protocols/KNX/pyproject.toml            | 2 +-
 devices/protocols/Meross/pyproject.toml         | 2 +-
 devices/protocols/Netatmo/pyproject.toml        | 2 +-
 devices/protocols/SensFloor/pyproject.toml      | 2 +-
 devices/protocols/Tuya/pyproject.toml           | 2 +-
 devices/protocols/Yeelight/pyproject.toml       | 2 +-
 devices/protocols/ZWave/pyproject.toml          | 2 +-
 devices/protocols/bugOne/pyproject.toml         | 2 +-
 devices/sensors/HTU21D/pyproject.toml           | 2 +-
 devices/sensors/lm_sensors/pyproject.toml       | 2 +-
 devices/tests/dummy/pyproject.toml              | 2 +-
 devices/tests/fakeinput/pyproject.toml          | 2 +-
 devices/weather/OpenWeatherMap/pyproject.toml   | 2 +-
 33 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/apps/conky/pyproject.toml b/apps/conky/pyproject.toml
index a76e47e3..05207ce6 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 7160ac4c..a67100d2 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 428ddff5..720a12d3 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 d94978ae..a4ba0ef2 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 4f2f7be8..e7c01d18 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 f1e81930..4d1274b6 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 aac34b36..0d4ac07a 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 7cda97f1..da9f6fec 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 288a0fc0..81eec904 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 a6b0c349..a657d683 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 d5f91bf6..1802a37f 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 a8d185e7..f205c8c4 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 08b1a5fa..3a6ef8f1 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 120fb9a7..c5f9dfd7 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 ea1711ff..d4dca5d1 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 e1aa477c..839e3235 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 6c33cb7d..d0376d79 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 f833565c..9140ffb3 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 a10b8e95..485bc062 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 a651169a..f6e7f9a8 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 d088645e..9b3e7386 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 d14afb4e..911711e2 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 d570f71e..4b135d12 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 a8319c52..2c8a44c3 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 2c0f9b17..49a09c2e 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 c72f83a6..18cc40c4 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 313e5a64..9527a126 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 71f216eb..bf9902a7 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 f963c862..cd7d4aeb 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 58b98577..f0ca6aab 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 1ffa1774..b81ed092 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 22f1fbf8..67cfb630 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 21518229..897cc89f 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"]
-- 
GitLab