mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 06:40:52 +00:00
Ensure we install speedtest_cli.py
This commit is contained in:
parent
c512684ffa
commit
53ef57bd5e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue