Fixed license name in pyproject.toml

This commit is contained in:
Ivan Golikov 2025-01-01 19:20:30 +01:00
parent 05ba1aa6f1
commit d554383b23

View file

@ -3,7 +3,7 @@ name = "pssecret-server"
version = "0.0.1"
description = "API service for secrets sharing over network"
authors = ["Ivan Golikov <root@ivnglkv.me>"]
license = "MIT"
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://git.ivnglkv.me/root/pssecret-server"
repository = "https://git.ivnglkv.me/root/pssecret-server"