now installs and runs properly

This commit is contained in:
Zach Tibbitts 2007-02-08 00:59:42 +00:00
commit 60a0af0237
4 changed files with 8 additions and 5 deletions

View file

@ -89,7 +89,7 @@ setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.5.0",
packages=['deluge'],
package_dir = {'deluge': 'src'},
data_files=[("share/deluge/glade", ["glade/delugegtk.glade", "glade/dgtkpopups.glade", "glade/dgtkpref.glade"]),
("share/deluge/pixmaps", ["pixmaps/deluge32.png","pixmaps/deluge128.png"])],
ext_package='deluge',
("share/deluge/pixmaps", ["pixmaps/deluge32.png","pixmaps/deluge128.png", "pixmaps/deluge256.png"])],
ext_package='deluge',
ext_modules=[deluge_core]
)