Add long_description to setup.py utilizing readme.rst

This commit is contained in:
Matt Martz
2013-09-16 12:39:36 -05:00
parent f3926579dd
commit cb0040f3d7
3 changed files with 4 additions and 3 deletions

View File

@@ -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',