diff options
author | Chris Liechti <cliechti@gmx.net> | 2016-04-28 23:49:37 +0200 |
---|---|---|
committer | Chris Liechti <cliechti@gmx.net> | 2016-04-28 23:49:37 +0200 |
commit | bf6d3aa171f1e626619d494b5abe1981db20af20 (patch) | |
tree | ab1c6ca53fc22fb5818a762189d6026994036ff9 /setup.py | |
parent | 1eb3f6b5922fe7913529e4a5839d2f3983078407 (diff) | |
download | pyserial-git-bf6d3aa171f1e626619d494b5abe1981db20af20.tar.gz |
doc: update long description for pypi, links to readthedocs.io
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -27,7 +27,19 @@ setup( url="https://github.com/pyserial/pyserial", packages=['serial', 'serial.tools', 'serial.urlhandler', 'serial.threaded'], license="BSD", - long_description="Python Serial Port Extension for Win32, OSX, Linux, BSD, Jython, IronPython", + long_description="""\ +Python Serial Port Extension for Win32, OSX, Linux, BSD, Jython, IronPython + +Stable: + +- Documentation: http://pythonhosted.org/pyserial/ +- Download Page: https://pypi.python.org/pypi/pyserial + +Latest: + +- Documentation: http://pyserial.readthedocs.io/en/latest/ +- Project Homepage: https://github.com/pyserial/pyserial +""", classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', |