From efa94fdc066e25fa5c2c6e73debf52dadbd168e7 Mon Sep 17 00:00:00 2001 From: WilliamRoyNelson Date: Wed, 14 May 2025 10:04:07 -0700 Subject: [PATCH] Update pyproject.toml to declare Apache-2.0 license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d21af0..87c200d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2.0.6" description = "This package converts pptx to markdown" repository = "https://github.com/ssine/pptx2md" authors = ["Liu Siyao "] -license = "MIT Licence" +license = "Apache-2.0" [tool.poetry.scripts] pptx2md = "pptx2md.__main__:main"