1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-03-24 12:20:06 +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'
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',