From c17a5c9ec41e162b298e5734e778973e400435a2 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 19:22:31 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..30a4e69 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfys3" +description = "ComfyS3 seamlessly integrates with [a/Amazon S3](https://aws.amazon.com/en/s3/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface." +version = "1.0.0" +license = "LICENSE" +dependencies = ["python-dotenv==1.0.1", "boto3==1.34.32"] + +[project.urls] +Repository = "https://github.com/TemryL/ComfyS3" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyS3" +Icon = ""