Update project description and version in pyproject.toml for improved clarity and versioning

This commit is contained in:
Will Miao
2025-01-31 20:40:50 +08:00
parent b68dbba512
commit 0185173ff4

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-lora-manager" name = "comfyui-lora-manager"
description = "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration." description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration."
version = "0.5.4" version = "0.5.5"
license = {file = "LICENSE"} license = {file = "LICENSE"}
dependencies = ["aiohttp", "jinja2", "safetensors"] dependencies = ["aiohttp", "jinja2", "safetensors"]