mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
fix a silly bug
This commit is contained in:
parent
40e6777c48
commit
1822c2bde9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue