Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano authored Dec 28, 2024
1 parent 7880159 commit e594ae1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Icon = ""

0 comments on commit e594ae1

Please sign in to comment.