From 08872b21d3c7f06aa11dfbd77d0883fc7cf52a73 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Mon, 16 Oct 2023 11:04:07 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4860e7e..4e0e05e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "subtitle-utils" version = "0.1.3" description = "Subtilte Conversion utils - ass2srt vtt2bcc srt2bcc ass2bcc and more" authors = ["sudoskys "] -license = "LGPL-3.0-or-later" +license = "BSD" readme = "README.md" packages = [{include = "subtitle_utils"}] repository = "https://github.com/sudoskys/subtitle_utils"