From 226fa703861452ad2388915fb1d2354ea0bfeefe Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Mon, 13 Mar 2017 19:40:25 +0100 Subject: [PATCH] Tiny fix to make source package use lowercase terminator --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',