Line-wrapped setup.py description

This commit is contained in:
Luke Campagnola 2013-11-24 11:06:53 -05:00
parent 51c1615059
commit 08a19f5616
1 changed files with 6 additions and 2 deletions

View File

@ -18,9 +18,13 @@ setup(name='pyqtgraph',
version='',
description='Scientific Graphics and GUI Library for Python',
long_description="""\
PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PySide and numpy.
PyQtGraph is a pure-python graphics and GUI library built on PyQt4/PySide and
numpy.
It is intended for use in mathematics / scientific / engineering applications. Despite being written entirely in python, the library is very fast due to its heavy leverage of numpy for number crunching, Qt's GraphicsView framework for 2D display, and OpenGL for 3D display.
It is intended for use in mathematics / scientific / engineering applications.
Despite being written entirely in python, the library is very fast due to its
heavy leverage of numpy for number crunching, Qt's GraphicsView framework for
2D display, and OpenGL for 3D display.
""",
license='MIT',
url='http://www.pyqtgraph.org',