Skip to content

Commit 9c143fa

Browse files
committed
Re-use authors from bpython
1 parent 9d8f414 commit 9c143fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run(self):
127127

128128
cmdclass = {"build": build, "install": install}
129129

130-
from bpython import package_dir
130+
from bpython import package_dir, __author__
131131

132132
translations_dir = os.path.join(package_dir, "translations")
133133

@@ -227,7 +227,7 @@ def initialize_options(self):
227227
setup(
228228
name="bpython",
229229
version=version,
230-
author="Bob Farrell, Andreas Stuehrk et al.",
230+
author=__author__,
231231
author_email="robertanthonyfarrell@gmail.com",
232232
description="Fancy Interface to the Python Interpreter",
233233
license="MIT/X",

0 commit comments

Comments
 (0)