Skip to content

Commit 47692fc

Browse files
committed
Updated links in setup.py (moved to readthedocs.io)
1 parent 88535fd commit 47692fc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
PythonQwt: Qt plotting widgets for Python
3333
=========================================
3434
35-
.. image:: http://pythonhosted.org/PythonQwt/_images/panorama.png
35+
.. image:: https://raw.githubusercontent.com/PierreRaybaut/PythonQwt/master/doc/images/panorama.png
3636
3737
The ``PythonQwt`` package is a 2D-data plotting library using Qt graphical
3838
user interfaces for the Python programming language. It is compatible with
@@ -51,17 +51,18 @@
5151
limitations: efforts were concentrated on basic plotting features, leaving
5252
higher level features to the `guiqwt` library.
5353
54-
See `README`_ and `documentation`_ for more details on the library and `changelog`_ for recent history of changes.
54+
See `README`_ and documentation (`online`_ or `PDF`_) for more details on the library and `changelog`_ for recent history of changes.
5555
5656
.. _README: https://github.com/PierreRaybaut/PythonQwt/blob/master/README.md
57-
.. _documentation: http://pythonhosted.org/PythonQwt/
57+
.. _online: https://pythonqwt.readthedocs.io/en/latest/
58+
.. _PDF: https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/
5859
.. _changelog: https://github.com/PierreRaybaut/PythonQwt/blob/master/CHANGELOG.md
5960
"""
6061
KEYWORDS = ''
6162
CLASSIFIERS = []
6263
if 'beta' in version or 'b' in version:
6364
CLASSIFIERS += ['Development Status :: 4 - Beta']
64-
elif 'alpha' in version or 'a' in version or version.startswith('0.'):
65+
elif 'alpha' in version or 'a' in version:
6566
CLASSIFIERS += ['Development Status :: 3 - Alpha']
6667
else:
6768
CLASSIFIERS += ['Development Status :: 5 - Production/Stable']

0 commit comments

Comments
 (0)