mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
include missing theme images
This commit is contained in:
parent
eee27868a8
commit
7cd210a59b
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -463,10 +463,10 @@ setup(
|
|||
"ui/web/js/*/*/.order",
|
||||
"ui/web/render/*.html",
|
||||
"ui/web/themes/css/*.css",
|
||||
"ui/web/themes/*/*.gif",
|
||||
"ui/web/themes/*/*.png",
|
||||
"ui/web/themes/*/*/*.png",
|
||||
"ui/web/themes/*/*/*.gif"
|
||||
"ui/web/themes/images/*/*.gif",
|
||||
"ui/web/themes/images/*/*.png",
|
||||
"ui/web/themes/images/*/*/*.gif",
|
||||
"ui/web/themes/images/*/*/*.png"
|
||||
]},
|
||||
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
||||
entry_points = """
|
||||
|
|
Loading…
Add table
Reference in a new issue