Skip to content

Commit

Permalink
Merge PR #377 from robinjhuang/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry.
  • Loading branch information
Kosinkadink authored May 17, 2024
2 parents e63ae4a + 91eaf13 commit 19cfb6b
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-animatediff-evolved"
description = "Improved AnimateDiff integration for ComfyUI."
version = "1.0.0"
license = "LICENSE"
dependencies = []

[project.urls]
Repository = "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved"

# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "kosinkadink"
DisplayName = "ComfyUI-AnimateDiff-Evolved"
Icon = ""

0 comments on commit 19cfb6b

Please sign in to comment.