diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2beb095 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "cozy_comm" +description = "Post images and video to Discord. Nodes to facilitate communication using REST." +version = "1.0.0" +license = { file = "LICENSE" } +dependencies = [] + +[project.urls] +Repository = "https://github.com/cozy-comfyui/cozy_comm" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "cozy_comm" +DisplayName = "Cozy Communication" +Icon = "" \ No newline at end of file