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:
2
pyproject.toml
vendored
2
pyproject.toml
vendored
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user