mirror of https://github.com/captn3m0/hackertray
Excludes screenshot in the python package.
- Package size reduced to 10kb.pull/17/head 1.9.2
parent
c5bdb2a362
commit
ea63201f14
|
@ -1 +1,2 @@
|
|||
include hackertray/data/hacker-tray.png
|
||||
include hackertray/data/hacker-tray.png
|
||||
exclude screenshot.png
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in New Issue