Merge pull request #213 from ComfyNodePRs/licence-update

Update PyProject Toml - License
pull/222/head
AIrjen 2024-07-31 20:52:46 +02:00 committed by GitHub
commit 77e8e68de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "onebuttonprompt"
description = "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you."
version = "1.0.0"
license = "LICENSE"
license = { file = "LICENSE" }
[project.urls]
Repository = "https://github.com/AIrjen/OneButtonPrompt"