aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-04-28 23:49:37 +0200
committerChris Liechti <cliechti@gmx.net>2016-04-28 23:49:37 +0200
commitbf6d3aa171f1e626619d494b5abe1981db20af20 (patch)
treeab1c6ca53fc22fb5818a762189d6026994036ff9 /setup.py
parent1eb3f6b5922fe7913529e4a5839d2f3983078407 (diff)
downloadpyserial-bf6d3aa171f1e626619d494b5abe1981db20af20.tar.gz
doc: update long description for pypi, links to readthedocs.io
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3314fa2..17ee4bd 100644
--- a/setup.py
+++ b/setup.py
@@ -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',