Instruct to include TOML files.
Thank you to ztrawhcse from #python on irc.libera.chat
This commit is contained in:
parent
adac0bb032
commit
006d0a8cf8
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue