modified: Reflection of changing --disable-manager to --enable-manager

This commit is contained in:
Dr.Lt.Data
2025-09-19 11:58:04 +09:00
parent ffaeb6d3ff
commit 1ab2b1aeb3
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "comfyui-manager"
license = { text = "GPL-3.0-only" }
version = "4.0.1"
version = "4.0.2"
requires-python = ">= 3.9"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
readme = "README.md"
@@ -19,7 +19,7 @@ maintainers = [
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
]