Excludes screenshot in the python package.

- Package size reduced to 10kb.
This commit is contained in:
Abhay Rana 2013-12-07 21:49:10 +05:30
parent c5bdb2a362
commit ea63201f14
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
include hackertray/data/hacker-tray.png include hackertray/data/hacker-tray.png
exclude screenshot.png

View File

@ -7,7 +7,7 @@ if sys.version_info < (2, 7):
requirements.append('argparse') requirements.append('argparse')
setup(name='hackertray', setup(name='hackertray',
version='1.9.1', version='1.9.2',
description='Hacker News app that sits in your System Tray', 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.', 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', keywords='hacker news hn tray system tray icon hackertray',