We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8f414 commit 9c143faCopy full SHA for 9c143fa
setup.py
@@ -127,7 +127,7 @@ def run(self):
127
128
cmdclass = {"build": build, "install": install}
129
130
-from bpython import package_dir
+from bpython import package_dir, __author__
131
132
translations_dir = os.path.join(package_dir, "translations")
133
@@ -227,7 +227,7 @@ def initialize_options(self):
227
setup(
228
name="bpython",
229
version=version,
230
- author="Bob Farrell, Andreas Stuehrk et al.",
+ author=__author__,
231
author_email="robertanthonyfarrell@gmail.com",
232
description="Fancy Interface to the Python Interpreter",
233
license="MIT/X",
0 commit comments