Skip to content

Commit 4901c4c

Browse files
committed
setup.py: updated long description
1 parent 26b125c commit 4901c4c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
qwt-6.1.2
33
qwt/tests/demo.png
44
PythonQwt.chm
5+
PythonQwt.chm.zip
56
doc.zip
7+
doctmp/
68

79
# Created by https://www.gitignore.io/api/python
810

setup.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929

3030
DESCRIPTION = 'Qt plotting widgets for Python'
3131
LONG_DESCRIPTION = """\
32+
PythonQwt: Qt plotting widgets for Python
33+
=========================================
34+
35+
.. image:: http://pythonhosted.org/PythonQwt/_images/panorama.png
36+
3237
The ``PythonQwt`` package is a 2D-data plotting library using Qt graphical
3338
user interfaces for the Python programming language. It is compatible with
3439
both ``PyQt4`` and ``PyQt5`` (``PySide`` is currently not supported but it
@@ -44,7 +49,14 @@
4449
The ``PythonQwt`` package consists of a single Python package named `qwt`
4550
which is a pure Python implementation of Qwt C++ library with some
4651
limitations: efforts were concentrated on basic plotting features, leaving
47-
higher level features to the `guiqwt` library."""
52+
higher level features to the `guiqwt` library.
53+
54+
See `README`_ and `documentation`_ for more details on the library and `changelog`_ for recent history of changes.
55+
56+
.. _README: https://github.com/PierreRaybaut/PythonQwt/blob/master/README.md
57+
.. _documentation: http://pythonhosted.org/PythonQwt/
58+
.. _changelog: https://github.com/PierreRaybaut/PythonQwt/blob/master/CHANGELOG.md
59+
"""
4860
KEYWORDS = ''
4961
CLASSIFIERS = []
5062
if 'beta' in version or 'b' in version:

0 commit comments

Comments
 (0)