1 parent b4c61be commit 4ae6293Copy full SHA for 4ae6293
1 file changed
setup.py
@@ -92,8 +92,11 @@ def initialize_options(self):
92
entry_points = {
93
'console_scripts': [
94
'bpython = bpython.cli:main',
95
- 'bpython-gtk = bpython.gtk_:main',
+ 'bpython-urwid = bpython.urwid:main',
96
],
97
+ 'gui_scripts': [
98
+ 'bpython-gtk = bpython.gtk_:main'
99
+ ]
100
},
101
scripts = ([] if using_setuptools else ['data/bpython',
102
'data/bpython-gtk']),
0 commit comments