From 05d66f8bf311dc47b4d451b3577bb58e26666a9f Mon Sep 17 00:00:00 2001 From: kannkyo <15080890+kannkyo@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:19:22 +0900 Subject: [PATCH] add license to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 70ef352..94f77ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ documentation = "https://github.com/kannkyo/epss-api" homepage = "https://github.com/kannkyo/epss-api" include = ["sbom.xml"] keywords = ["EPSS", "security", "vulnerability"] +license = "MIT" name = "epss-api" readme = "README.rst" repository = "https://github.com/kannkyo/epss-api"