From 610f6a6ddb0601d3e4e6eab7c8b99a58d6ea18ae Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 28 Nov 2013 19:27:36 +0530 Subject: [PATCH] Updates the pip long description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea4b254..a188f29 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='hackertray', version='1.4', description='Hacker News app that sits in your System Tray', - long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It relies on appindicator, so it is not guaranteed to work on all systems. It also provides a StatusIcon fallback but it has not been tested.', + long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It relies on appindicator, so it is not guaranteed to work on all systems. It also provides a Gtk StatusIcon fallback in case AppIndicator is not available.', keywords='hacker news hn tray system tray icon hackertray', url='http://captnemo.in/hackertray', author='Abhay Rana',