Skip to content

Commit 8e027d0

Browse files
committed
REPOFIX: Correct merge
2 parents 1e27e5c + 634b9a0 commit 8e027d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

AUTHORS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ bpython is written and maintained by Bob Farrell and Andreas Stuehrk
66
Other contributors are (in alphabetical order):
77

88
* Federico Ceratto <federico dot ceratto at gmail dot com>
9-
* Łukasz Langa <lukasz at langa dot pl>
109
* Pavel Panchekha <pavpanchekha at gmail dot com>
1110
* Simon de Vlieger <simon at ikanobori dot jp>
1211
* Marien Zwart <marien dot zwart at gmail dot com>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
install_requires = [
4141
'pygments'
4242
],
43-
packages = ["bpython", "bpdb"],
43+
packages = ["bpython"],
4444
data_files = [
4545
(os.path.join(man_dir, 'man1'), ['doc/bpython.1']),
4646
(os.path.join(man_dir, 'man5'), ['doc/bpython-config.5']),

0 commit comments

Comments
 (0)