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"