Skip to content

Commit 35fac6c

Browse files
committed
fix license syntax
1 parent 04348e7 commit 35fac6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = 'dotdrop'
77
description = 'Save your dotfiles once, deploy them everywhere'
88
readme = 'README.md'
99
authors = [ {name = 'deadc0de6', email = 'deadc0de6@foo.bar'}, ]
10-
license = 'GPL-3.0'
10+
license = { text = "GPL-3.0" }
1111
requires-python = ">=3"
1212
classifiers = [
1313
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)