From 5b0d7e592bea00e4d6b0eb37d9d865ab29b1d550 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 30 Dec 2016 14:56:07 -0500 Subject: setup.py: Finally use click for this, not argparse Click is a nicer command line parser tool than argparse. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bd94764a4..32a708c78 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup(name='buildstream', install_requires=[ 'ruamel.yaml', 'pluginbase', - 'argparse' + 'click' ], setup_requires=['pytest-runner'], tests_require=['pep8', -- cgit v1.2.1