Skip to content

Commit 09d881e

Browse files
committed
Add bpdp to console_scripts
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 26d2065 commit 09d881e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ def initialize_options(self):
193193
'console_scripts': [
194194
'bpython = bpython.curtsies:main',
195195
'bpython-curses = bpython.cli:main',
196-
'bpython-urwid = bpython.urwid:main [urwid]'
196+
'bpython-urwid = bpython.urwid:main [urwid]',
197+
'bpbd = bpdb:main'
197198
]
198199
}
199200

0 commit comments

Comments
 (0)