mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
include pixmaps in installation
This commit is contained in:
parent
967632cb84
commit
d263a711e6
2
setup.py
2
setup.py
@ -88,7 +88,7 @@ setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.5.0",
|
||||
scripts=["scripts/deluge"],
|
||||
packages=['deluge'],
|
||||
package_dir = {'deluge': 'src'},
|
||||
package_data={'deluge': ['glade/*.glade']},
|
||||
package_data={'deluge': ['glade/*.glade', 'pixmaps/*.png']},
|
||||
ext_package='deluge',
|
||||
ext_modules=[deluge_core]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user