Fixed license name in pyproject.toml
This commit is contained in:
parent
05ba1aa6f1
commit
d554383b23
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "pssecret-server"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
description = "API service for secrets sharing over network"
|
description = "API service for secrets sharing over network"
|
||||||
authors = ["Ivan Golikov <root@ivnglkv.me>"]
|
authors = ["Ivan Golikov <root@ivnglkv.me>"]
|
||||||
license = "MIT"
|
license = "BSD-3-Clause"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://git.ivnglkv.me/root/pssecret-server"
|
homepage = "https://git.ivnglkv.me/root/pssecret-server"
|
||||||
repository = "https://git.ivnglkv.me/root/pssecret-server"
|
repository = "https://git.ivnglkv.me/root/pssecret-server"
|
||||||
|
|
Loading…
Reference in a new issue