From 006d0a8cf85e79fcfb814ca7f2d1522771a95c88 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Sun, 28 Jan 2024 13:21:49 +0000 Subject: [PATCH] Instruct to include TOML files. Thank you to ztrawhcse from #python on irc.libera.chat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9040ce..75f47a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,4 +80,4 @@ slixfeed = "slixfeed.__main__:main" [tool.setuptools] platforms = ["any"] [tool.setuptools.package-data] -"*" = ["*.ini", "*.csv", "*.svg", "*.yaml"] +"*" = ["*.ini", "*.csv", "*.toml", "*.svg", "*.yaml"]