Update pyproject.toml
This commit is contained in:
parent
e36816756c
commit
79766c49b2
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ dependencies = [
|
|||
"bs4",
|
||||
"feedparser",
|
||||
"lxml",
|
||||
"tomli_w",
|
||||
"slixmpp",
|
||||
|
||||
# Optional dependencies
|
||||
|
@ -80,4 +81,4 @@ slixfeed = "slixfeed.__main__:main"
|
|||
[tool.setuptools]
|
||||
platforms = ["any"]
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["*.ini", "*.csv", "*.toml", "*.svg", "*.yaml"]
|
||||
"*" = ["*.ini", "*.csv", "*.toml", "*.svg"]
|
||||
|
|
Loading…
Reference in a new issue