Fix license format in pyproject.toml
This commit is contained in:
@@ -7,13 +7,13 @@ name = "prolo-tlsa"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Generate TLSA records from Let's Encrypt certificates and optionally publish to DNS"
|
description = "Generate TLSA records from Let's Encrypt certificates and optionally publish to DNS"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "MIT"}
|
license = "MIT"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Fabian van Keulen", email = "f@bianvk.nl"},
|
{name = "Fabian van Koppen", email = "f@bianvk.nl"},
|
||||||
]
|
]
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{name = "Fabian van Keulen", email = "f@bianvk.nl"},
|
{name = "Fabian van Koppen", email = "f@bianvk.nl"},
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"requests>=2.28.0",
|
"requests>=2.28.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user