Skip to content
Snippets Groups Projects
Commit 08a19f56 authored by Luke Campagnola's avatar Luke Campagnola
Browse files

Line-wrapped setup.py description

parent 51c16150
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment