From 54e60745e499dd61ef30a89c1b9b88af74d00560 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 25 Aug 2024 16:10:31 +0000 Subject: [PATCH 1/2] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..05a7920 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-panoramic-imgstitcher" +description = "Nodeds:Panoramic Image Stitcher" +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-Panoramic-ImgStitcher" +Icon = "" From 0b11a088129010ba62988089bb2d12233013e3a7 Mon Sep 17 00:00:00 2001 From: "Rodrigo S. Kohl" <107029851+RodrigoSKohl@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:23:49 -0300 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05a7920..25413ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [project] name = "comfyui-panoramic-imgstitcher" -description = "Nodeds:Panoramic Image Stitcher" +description = "Simple Node to make panoramic images" version = "1.0.0" license = {file = "LICENSE"} [project.urls] -Repository = "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher" +Repository = "https://github.com/RodrigoSKohl/comfyui-panoramic-imgstitcher" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" -DisplayName = "ComfyUI-Panoramic-ImgStitcher" +PublisherId = "rodrigoskohl" +DisplayName = "Panoramic Image Stitcher" Icon = ""