Tiny fix to make source package use lowercase terminator

This commit is contained in:
Stephen Boddy 2017-03-13 19:40:25 +01:00
parent 5148f0928d
commit 226fa70386
1 changed files with 1 additions and 1 deletions

View File

@ -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',