From 53ef57bd5e7dd2bff79e2540b338844a498a769a Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 17 Nov 2016 11:20:19 -0600 Subject: [PATCH] Ensure we install speedtest_cli.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87e48ab..00a8054 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( author_email='matt@sivel.net', url='https://github.com/sivel/speedtest-cli', license='Apache License, Version 2.0', - py_modules=['speedtest'], + py_modules=['speedtest', 'speedtest_cli'], entry_points={ 'console_scripts': [ 'speedtest=speedtest:main',