Module: deluge Branch: 1.3-stable Commit: a165d5d746f4db969fbb95d228d4c90b1810869c
Author: Damien Churchill <[email protected]> Date: Sun Oct 31 10:13:22 2010 +0000 fix a silly bug --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index c9a2cf3..9d1285c 100644 --- a/setup.py +++ b/setup.py @@ -436,7 +436,7 @@ entry_points = { if windows_check(): - entry_points["console-scripts"].append("deluge-debug = deluge.main:start_ui") + entry_points["console_scripts"].append("deluge-debug = deluge.main:start_ui") # Main setup setup( -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
