Skip to content

Commit 458db0c

Browse files
committed
add Trundle as named author, he's earnt it
1 parent ae834ec commit 458db0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bpython/args.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def parse(args, extras=None):
7272
if options.version:
7373
print 'bpython version', __version__,
7474
print 'on top of Python', sys.version.split()[0]
75-
print '(C) 2008-2009 Bob Farrell et al. See AUTHORS for detail.'
75+
print ('(C) 2008-2009 Bob Farrell, Andreas Stuehrk et al. '
76+
'See AUTHORS for detail.')
7677
raise SystemExit
7778

7879
if not (sys.stdin.isatty() and sys.stdout.isatty()):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
setup(
3131
name="bpython",
3232
version = __version__,
33-
author = "Robert Anthony Farrell et al.",
33+
author = "Robert Anthony Farrell, Andreas Stuehrk et al.",
3434
author_email = "robertanthonyfarrell@gmail.com",
3535
description = "Fancy Interface to the Python Interpreter",
3636
license = "MIT/X",

0 commit comments

Comments
 (0)