From ea63201f14f5f910d6c13a581400e5ff5deec4ca Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 7 Dec 2013 21:49:10 +0530 Subject: [PATCH] Excludes screenshot in the python package. - Package size reduced to 10kb. --- MANIFEST.in | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6829684..e259484 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include hackertray/data/hacker-tray.png \ No newline at end of file +include hackertray/data/hacker-tray.png +exclude screenshot.png \ No newline at end of file diff --git a/setup.py b/setup.py index ff00e06..02f7ab9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ if sys.version_info < (2, 7): requirements.append('argparse') setup(name='hackertray', - version='1.9.1', + version='1.9.2', 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 Gtk StatusIcon fallback in case AppIndicator is not available.', keywords='hacker news hn tray system tray icon hackertray',