mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
Fix package_data namespace in setup.py
This commit is contained in:
parent
5183c92543
commit
a6b47e18c9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -511,7 +511,7 @@ _entry_points['deluge.ui'] = [
|
|||
]
|
||||
|
||||
|
||||
_package_data['deluge.ui'] = [
|
||||
_package_data['deluge'] = [
|
||||
'ui/data/pixmaps/*.png',
|
||||
'ui/data/pixmaps/*.svg',
|
||||
'ui/data/pixmaps/*.ico',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue