From e594ae1bd9918cf2b37c3941cfa113e7887ab58b Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Fri, 27 Dec 2024 19:30:43 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbaa008..c3f83cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,19 @@ [project] name = "cozy_comm" description = "Post images and video to Discord. Nodes to facilitate communication using REST." -version = "1.0.1" -license = "LICENSE" -dependencies = ["requests", "loguru", "opencv-contrib-python", "discord-webhook"] +version = "1.0.0" +license = { file = "LICENSE" } +dependencies = [ + "requests", + "loguru", + "opencv-contrib-python", + "discord-webhook" +] [project.urls] Repository = "https://github.com/cozy-comfyui/cozy_comm" -# Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "cozy_comm" +PublisherId = "amorano" DisplayName = "Cozy Communication" -Icon = "" \ No newline at end of file +Icon = ""