diff --git a/pyproject.toml b/pyproject.toml index 7ab6fa4..08299ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "cg-use-everywhere" description = "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti." version = "4.8.5" -license = "LICENSE" +license = { file = "LICENSE" } [project.urls] Repository = "https://github.com/chrisgoringe/cg-use-everywhere"