Instruct to include TOML files.

Thank you to ztrawhcse from #python on irc.libera.chat
This commit is contained in:
Schimon Jehudah 2024-01-28 13:21:49 +00:00
parent adac0bb032
commit 006d0a8cf8

View file

@ -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"]