From 3c9ef81fdd3d15ea465d95d67febdd88d676fb5d Mon Sep 17 00:00:00 2001 From: Jacques Supcik Date: Thu, 26 Oct 2023 01:16:24 +0200 Subject: [PATCH] add latin15 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 46400dc..70b6c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ include = [ { path = "Chinese_Japanese*", format = ["sdist", "wheel"] }, { path = "cyrillic", format = ["sdist", "wheel"] }, { path = "extended", format = ["sdist", "wheel"] }, + { path = "latin15", format = ["sdist", "wheel"] }, ] [tool.poetry.dependencies]