$NetBSD: patch-aa,v 1.7 2005/06/19 02:49:23 salo Exp $

--- setup.py.orig	2005-03-24 23:30:24.000000000 +0100
+++ setup.py	2005-06-19 04:18:09.000000000 +0200
@@ -19,15 +19,14 @@
 
 import glob
 
-scripts = ["btdownloadgui.py", "btdownloadcurses.py", "btdownloadheadless.py",
-           "btmaketorrentgui.py", "btmaketorrent.py",
+scripts = ["btdownloadcurses.py", "btdownloadheadless.py",
+           "btmaketorrent.py",
            "btlaunchmany.py", "btlaunchmanycurses.py",
            "bttrack.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py"]
 
 img_root, doc_root = BitTorrent.calc_unix_dirs()
 
-data_files = [ (img_root        , glob.glob('images/*png')+['images/bittorrent.ico',]),
-               (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png')     ),
+data_files = [ (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png')     ),
                (doc_root        , ['credits.txt', 'LICENSE.txt',
                                    'README.txt', 'redirdonate.html']       ),
                ]
