mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-05-13 08:37:09 +00:00
Add long_description to setup.py utilizing readme.rst
This commit is contained in:
parent
f3926579dd
commit
cb0040f3d7
3 changed files with 4 additions and 3 deletions
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ setuptools.setup(
|
|||
version='0.2.1',
|
||||
description=('Command line interface for testing internet bandwidth using '
|
||||
'speedtest.net'),
|
||||
long_description=open('README.rst').read(),
|
||||
author='Matt Martz',
|
||||
author_email='matt@sivel.net',
|
||||
url='https://github.com/sivel/speedtest-cli',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue