diff --git a/pyproject.toml b/pyproject.toml index 64236d4..e3e2de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "virtuoso-nodes" description = "Photoshop type functions and adjustment layers: 30 blend modes, Selective Color, Blend If, Color Balance, Solid Color Images, Black and White, Hue/Saturation, Levels, and RGB Splitting and Merging." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["numpy", "blend_modes", "Pillow", "torch", "scipy", "cv2", "blurgenerator"] [project.urls]