diff --git a/pyproject.toml b/pyproject.toml index 563fed5..5ee32cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "comfyui_controlnet_aux" description = "Plug-and-play ComfyUI node sets for making ControlNet hint images" -version = "1.0.4-alpha.5" -license = "LICENSE" +version = "1.0.4-alpha.6" +license = { file = "LICENSE.txt" } dependencies = ["torch", "importlib_metadata", "huggingface_hub", "scipy", "opencv-python>=4.7.0.72", "filelock", "numpy", "Pillow", "einops", "torchvision", "pyyaml", "scikit-image", "python-dateutil", "mediapipe", "svglib", "fvcore", "yapf", "omegaconf", "ftfy", "addict", "yacs", "trimesh[easy]", "albumentations", "scikit-learn", "matplotlib"] [project.urls]