mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-07 20:40:09 +01:00
Remove deprecated speedtest_cli.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2012-2016 Matt Martz
|
||||
# Copyright 2012-2018 Matt Martz
|
||||
# All Rights Reserved.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
@@ -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', 'speedtest_cli'],
|
||||
py_modules=['speedtest'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'speedtest=speedtest:main',
|
||||
|
||||
Reference in New Issue
Block a user