mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-24 10:35:06 +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'
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user