From 301ca76d1458aee8643082d756ae857be8281e8d Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 1 Feb 2022 12:04:47 +0100 Subject: [PATCH] Shorten a long line This line is getting really close to the limit of 160 characters. --- setup.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c79b7985f..0b45a9ea7 100755 --- a/setup.py +++ b/setup.py @@ -1273,7 +1273,18 @@ def option_parser() -> argparse.ArgumentParser: # {{{ 'action', nargs='?', default=Options.action, - choices='build test linux-package kitty.app linux-freeze macos-freeze build-launcher build-frozen-launcher clean export-ci-bundles build-dep'.split(), + choices=('build', + 'test', + 'linux-package', + 'kitty.app', + 'linux-freeze', + 'macos-freeze', + 'build-launcher', + 'build-frozen-launcher', + 'clean', + 'export-ci-bundles', + 'build-dep', + ), help='Action to perform (default is build)' ) p.add_argument(