Skip to content

Commit

Permalink
Ensure we install speedtest_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Nov 17, 2016
1 parent c512684 commit 53ef57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def find_version(*file_paths):
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',
Expand Down

0 comments on commit 53ef57b

Please sign in to comment.