Skip to content

Commit

Permalink
Merge pull request #2 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
blueraincoatli authored Jun 6, 2024
2 parents 1f219fa + be2b638 commit 8c464d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui_sillynodes"
description = "Using rgthree's fast_group_muter and bookmark nodes, introduce the pyautogui library to simulate clicks and hotkeys, and run groups in sequence. screen manipulation is involved"
version = "1.0.0"
license = "LICENSE"
dependencies = ["pyautogui", "keyboard"]

[project.urls]
Repository = "https://github.com/blueraincoatli/comfyUI_SillyNodes"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "comfyUI_SillyNodes"
Icon = ""

0 comments on commit 8c464d4

Please sign in to comment.