diff --git a/setup.py b/setup.py index a349544a..c527d3fb 100755 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ if platform.system() in ['FreeBSD', 'OpenBSD']: else: man_dir = 'share/man' -setup(name=APP_NAME.capitalize(), +setup(name=APP_NAME, version=APP_VERSION, description='Terminator, the robot future of terminals', author='Chris Jones',