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',