From 35fac6caf13655e9ff2bcfbc89d75adf98405249 Mon Sep 17 00:00:00 2001 From: deadc0de6 <8973919+deadc0de6@users.noreply.github.com.> Date: Mon, 23 Mar 2026 12:31:47 +0100 Subject: [PATCH] fix license syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25dbed2..9dc9c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = 'dotdrop' description = 'Save your dotfiles once, deploy them everywhere' readme = 'README.md' authors = [ {name = 'deadc0de6', email = 'deadc0de6@foo.bar'}, ] -license = 'GPL-3.0' +license = { text = "GPL-3.0" } requires-python = ">=3" classifiers = [ 'Development Status :: 5 - Production/Stable',