1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-03-24 16:55:07 +00:00

fix license syntax

This commit is contained in:
deadc0de6
2026-03-23 12:31:47 +01:00
parent 04348e7010
commit 35fac6caf1

2
pyproject.toml vendored
View File

@@ -7,7 +7,7 @@ name = 'dotdrop'
description = 'Save your dotfiles once, deploy them everywhere' description = 'Save your dotfiles once, deploy them everywhere'
readme = 'README.md' readme = 'README.md'
authors = [ {name = 'deadc0de6', email = 'deadc0de6@foo.bar'}, ] authors = [ {name = 'deadc0de6', email = 'deadc0de6@foo.bar'}, ]
license = 'GPL-3.0' license = { text = "GPL-3.0" }
requires-python = ">=3" requires-python = ">=3"
classifiers = [ classifiers = [
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',