From bedba5c8e7714a654b777bfafaf9fafe174a5430 Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Thu, 12 Jun 2014 09:21:26 +0800 Subject: [PATCH] Update setup.py Added a line of description to setup.py because searches on pypi and pip shows project description as "UNKNOWN". --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4edf013..0f818e0 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ args = dict( name="liveplot", version="0.1", + description='Visualize your python data as it comes in, with minimal intrusion', packages=find_packages(), install_requires=["pyqtgraph>=0.9", "pyzmq>=14.0"], author="Philip Reinhold",