Skip to content

Commit

Permalink
Merge pull request #1 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
turkyden authored Oct 8, 2024
2 parents 2631d50 + 03f0082 commit c7088c5
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-smartcrop"
description = "a ComfyUI Custom Node for [a/smartcrop.py](https://github.com/smartcrop/smartcrop.py)"
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["Pillow==10.3.0"]

[project.urls]
Repository = "https://github.com/turkyden/ComfyUI-SmartCrop"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-SmartCrop"
Icon = ""

0 comments on commit c7088c5

Please sign in to comment.