2701339369
o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz
13 lines
508 B
Python
13 lines
508 B
Python
--- setup.py.orig Fri Dec 24 06:56:00 2004
|
|
+++ setup.py Fri Dec 24 06:56:10 2004
|
|
@@ -19,8 +19,8 @@
|
|
|
|
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",
|
|
"bttest.py"]
|