diff --git a/node-hub/dora-argotranslate/pyproject.toml b/node-hub/dora-argotranslate/pyproject.toml index 7a4cfb90..1deaec1c 100644 --- a/node-hub/dora-argotranslate/pyproject.toml +++ b/node-hub/dora-argotranslate/pyproject.toml @@ -1,14 +1,15 @@ -[tool.poetry] +[project] name = "dora-argotranslate" version = "0.3.8" description = "Dora Node for Text translating using Argostranslate" readme = "README.md" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", - "Félix Huang ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, + { name = "Félix Huang", email = "felix.huang.net@gmail.com" }, ] +[tool.poetry] packages = [{ include = "dora_argotranslate" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-distil-whisper/pyproject.toml b/node-hub/dora-distil-whisper/pyproject.toml index c170c5b7..6544e8a1 100644 --- a/node-hub/dora-distil-whisper/pyproject.toml +++ b/node-hub/dora-distil-whisper/pyproject.toml @@ -1,15 +1,15 @@ -[tool.poetry] +[project] name = "dora-distil-whisper" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora dora-distil-whisper" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-distil-whisper/README.md" readme = "README.md" + +[tool.poetry] packages = [{ include = "dora_distil_whisper" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-echo/pyproject.toml b/node-hub/dora-echo/pyproject.toml index e7a169c2..e72d3ed1 100644 --- a/node-hub/dora-echo/pyproject.toml +++ b/node-hub/dora-echo/pyproject.toml @@ -1,15 +1,13 @@ -[tool.poetry] +[project] name = "dora-echo" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora echo" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-echo/README.md" -readme = "README.md" +[tool.poetry] packages = [{ include = "dora_echo" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-internvl/pyproject.toml b/node-hub/dora-internvl/pyproject.toml index d8cdb166..19fadd97 100644 --- a/node-hub/dora-internvl/pyproject.toml +++ b/node-hub/dora-internvl/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "dora-internvl" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for VLM" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_internvl" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-keyboard/pyproject.toml b/node-hub/dora-keyboard/pyproject.toml index ecf508e8..a3a0bace 100644 --- a/node-hub/dora-keyboard/pyproject.toml +++ b/node-hub/dora-keyboard/pyproject.toml @@ -1,15 +1,13 @@ -[tool.poetry] +[project] name = "dora-keyboard" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora dora-keyboard" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-keyboard/README.md" -readme = "README.md" +[tool.poetry] packages = [{ include = "dora_keyboard" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-microphone/pyproject.toml b/node-hub/dora-microphone/pyproject.toml index c5b67246..fc4e5376 100644 --- a/node-hub/dora-microphone/pyproject.toml +++ b/node-hub/dora-microphone/pyproject.toml @@ -1,15 +1,13 @@ -[tool.poetry] +[project] name = "dora-microphone" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora dora-microphone" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-microphone/README.md" -readme = "README.md" +[tool.poetry] packages = [{ include = "dora_microphone" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-openai-server/pyproject.toml b/node-hub/dora-openai-server/pyproject.toml index 0decc037..c031037a 100644 --- a/node-hub/dora-openai-server/pyproject.toml +++ b/node-hub/dora-openai-server/pyproject.toml @@ -1,15 +1,13 @@ -[tool.poetry] +[project] name = "dora-openai-server" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora OpenAI API Server" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-openai-server/README.md" -readme = "README.md" +[tool.poetry] packages = [{ include = "dora_openai_server" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-opus/pyproject.toml b/node-hub/dora-opus/pyproject.toml index 89d627d1..e0284719 100644 --- a/node-hub/dora-opus/pyproject.toml +++ b/node-hub/dora-opus/pyproject.toml @@ -1,14 +1,16 @@ -[tool.poetry] +[project] name = "dora-opus" version = "0.3.8" description = "Dora Node for Text translating using Opus" readme = "README.md" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", - "Félix Huang ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, + { name = "Félix Huang", email = "felix.huang.net@gmail.com" }, ] + +[tool.poetry] packages = [{ include = "dora_opus" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-outtetts/pyproject.toml b/node-hub/dora-outtetts/pyproject.toml index 4b299a6b..969d7076 100644 --- a/node-hub/dora-outtetts/pyproject.toml +++ b/node-hub/dora-outtetts/pyproject.toml @@ -8,8 +8,6 @@ readme = "README.md" requires-python = ">=3.10" [tool.poetry] -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-outtetts/README.md" packages = [{ include = "dora_outtetts" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-parler/pyproject.toml b/node-hub/dora-parler/pyproject.toml index 5433eba4..63309640 100644 --- a/node-hub/dora-parler/pyproject.toml +++ b/node-hub/dora-parler/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "dora-parler" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for Text to speech with dora Parler-TTS" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_parler" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-piper/pyproject.toml b/node-hub/dora-piper/pyproject.toml index d5c1009e..cddc3221 100644 --- a/node-hub/dora-piper/pyproject.toml +++ b/node-hub/dora-piper/pyproject.toml @@ -1,10 +1,11 @@ -[tool.poetry] +[project] name = "dora-piper" version = "0.3.8" -authors = ["Haixuan Xavier Tao "] +authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] description = "Dora Node for using Agilex piper" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_piper" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-pyaudio/pyproject.toml b/node-hub/dora-pyaudio/pyproject.toml index 261c18fd..c1ff8824 100644 --- a/node-hub/dora-pyaudio/pyproject.toml +++ b/node-hub/dora-pyaudio/pyproject.toml @@ -1,12 +1,11 @@ -[tool.poetry] +[project] name = "dora-pyaudio" version = "0.0.0" -authors = ["author"] +authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] description = "dora-pyaudio" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-pyaudio/README.md" -readme = "README.md" + +[tool.poetry] packages = [{ include = "dora_pyaudio" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-pyorbbecksdk/pyproject.toml b/node-hub/dora-pyorbbecksdk/pyproject.toml index 2755a2de..357b0b37 100644 --- a/node-hub/dora-pyorbbecksdk/pyproject.toml +++ b/node-hub/dora-pyorbbecksdk/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "dora-pyorbbecksdk" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Xiang Yang ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Xiang Yang", email = "Ryu-Yang@qq.com" }, ] description = "Dora Node for capturing video with PyOrbbeck SDK" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_pyorbbecksdk" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-pyrealsense/pyproject.toml b/node-hub/dora-pyrealsense/pyproject.toml index d6663c95..5ff42b40 100644 --- a/node-hub/dora-pyrealsense/pyproject.toml +++ b/node-hub/dora-pyrealsense/pyproject.toml @@ -1,10 +1,11 @@ -[tool.poetry] +[project] name = "dora-pyrealsense" version = "0.3.8" -authors = ["Haixuan Xavier Tao "] +authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] description = "Dora Node for capturing video with Pyrealsense" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_pyrealsense" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-qwenvl/pyproject.toml b/node-hub/dora-qwenvl/pyproject.toml index 346c5f9f..b6881d53 100644 --- a/node-hub/dora-qwenvl/pyproject.toml +++ b/node-hub/dora-qwenvl/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "dora-qwenvl" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for VLM" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_qwenvl" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-rdt-1b/pyproject.toml b/node-hub/dora-rdt-1b/pyproject.toml index c75657bd..81573cb6 100644 --- a/node-hub/dora-rdt-1b/pyproject.toml +++ b/node-hub/dora-rdt-1b/pyproject.toml @@ -1,10 +1,11 @@ -[tool.poetry] +[project] name = "dora-rdt-1b" version = "0.3.8" -authors = ["Haixuan Xavier Tao "] +authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] description = "Dora Node for RDT 1B" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_rdt_1b" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-ugv/pyproject.toml b/node-hub/dora-ugv/pyproject.toml index dd1ed7ff..dae5028a 100644 --- a/node-hub/dora-ugv/pyproject.toml +++ b/node-hub/dora-ugv/pyproject.toml @@ -1,10 +1,11 @@ -[tool.poetry] +[project] name = "dora-ugv" version = "0.3.6" -authors = ["Haixuan Xavier Tao "] +authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }] description = "Dora Node for using Agilex UGV" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_ugv" }] [tool.poetry.dependencies] diff --git a/node-hub/dora-yolo/pyproject.toml b/node-hub/dora-yolo/pyproject.toml index 2f4a6ac8..3878e688 100644 --- a/node-hub/dora-yolo/pyproject.toml +++ b/node-hub/dora-yolo/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "dora-yolo" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for object detection with dora YOLOv8" readme = "README.md" +[tool.poetry] packages = [{ include = "dora_yolo" }] [tool.poetry.dependencies] diff --git a/node-hub/llama-factory-recorder/pyproject.toml b/node-hub/llama-factory-recorder/pyproject.toml index 1a3d153f..beea2bd0 100644 --- a/node-hub/llama-factory-recorder/pyproject.toml +++ b/node-hub/llama-factory-recorder/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "llama-factory-recorder" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for VLM" readme = "README.md" +[tool.poetry] packages = [{ include = "llama_factory_recorder" }] [tool.poetry.dependencies] diff --git a/node-hub/opencv-plot/pyproject.toml b/node-hub/opencv-plot/pyproject.toml index ccd00c03..c6ca44d3 100644 --- a/node-hub/opencv-plot/pyproject.toml +++ b/node-hub/opencv-plot/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "opencv-plot" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for plotting text and bbox on image with OpenCV" readme = "README.md" +[tool.poetry] packages = [{ include = "opencv_plot" }] [tool.poetry.dependencies] diff --git a/node-hub/opencv-video-capture/pyproject.toml b/node-hub/opencv-video-capture/pyproject.toml index c75fac7b..c0c077bd 100644 --- a/node-hub/opencv-video-capture/pyproject.toml +++ b/node-hub/opencv-video-capture/pyproject.toml @@ -1,13 +1,14 @@ -[tool.poetry] +[project] name = "opencv-video-capture" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for capturing video with OpenCV" readme = "README.md" +[tool.poetry] packages = [{ include = "opencv_video_capture" }] [tool.poetry.dependencies] diff --git a/node-hub/pyarrow-assert/pyproject.toml b/node-hub/pyarrow-assert/pyproject.toml index 24b8a452..47abfebe 100644 --- a/node-hub/pyarrow-assert/pyproject.toml +++ b/node-hub/pyarrow-assert/pyproject.toml @@ -1,15 +1,14 @@ -[tool.poetry] +[project] +readme = "README.md" name = "pyarrow-assert" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora Node for plotting text and bbox on image with OpenCV" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/pyarrow-assert/README.md" -readme = "README.md" +[tool.poetry] packages = [{ include = "pyarrow_assert" }] [tool.poetry.dependencies] diff --git a/node-hub/pyarrow-sender/pyproject.toml b/node-hub/pyarrow-sender/pyproject.toml index dd51c86a..87898995 100644 --- a/node-hub/pyarrow-sender/pyproject.toml +++ b/node-hub/pyarrow-sender/pyproject.toml @@ -1,15 +1,15 @@ -[tool.poetry] +[project] name = "pyarrow-sender" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora pyarrow Sender" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/pyarrow-sender/README.md" + readme = "README.md" +[tool.poetry] packages = [{ include = "pyarrow_sender" }] [tool.poetry.dependencies] diff --git a/node-hub/terminal-input/pyproject.toml b/node-hub/terminal-input/pyproject.toml index 25dbd268..63bf1ba8 100644 --- a/node-hub/terminal-input/pyproject.toml +++ b/node-hub/terminal-input/pyproject.toml @@ -1,15 +1,15 @@ -[tool.poetry] +[project] name = "terminal-input" version = "0.3.8" authors = [ - "Haixuan Xavier Tao ", - "Enzo Le Van ", + { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }, + { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" }, ] description = "Dora terminal input" license = "MIT License" -homepage = "https://github.com/dora-rs/dora.git" -documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/terminal-input/README.md" readme = "README.md" + +[tool.poetry] packages = [{ include = "terminal_input" }] [tool.poetry.dependencies]