mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
fix building after the theme switch about
This commit is contained in:
parent
7947773a88
commit
26defff7fc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -460,7 +460,7 @@ setup(
|
|||
"ui/web/images/*.png",
|
||||
"ui/web/js/*.js",
|
||||
"ui/web/render/*.html",
|
||||
"ui/web/themes/*/*/*"
|
||||
"ui/web/themes/*/*/*/*"
|
||||
]},
|
||||
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
||||
entry_points = """
|
||||
|
|
Loading…
Add table
Reference in a new issue