Tiny fix to make source package use lowercase terminator
This commit is contained in:
parent
5148f0928d
commit
226fa70386
2
setup.py
2
setup.py
|
@ -188,7 +188,7 @@ if platform.system() in ['FreeBSD', 'OpenBSD']:
|
||||||
else:
|
else:
|
||||||
man_dir = 'share/man'
|
man_dir = 'share/man'
|
||||||
|
|
||||||
setup(name=APP_NAME.capitalize(),
|
setup(name=APP_NAME,
|
||||||
version=APP_VERSION,
|
version=APP_VERSION,
|
||||||
description='Terminator, the robot future of terminals',
|
description='Terminator, the robot future of terminals',
|
||||||
author='Chris Jones',
|
author='Chris Jones',
|
||||||
|
|
Loading…
Reference in New Issue