-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henri Wahl
committed
Jun 24, 2014
1 parent
e2b09f4
commit bbcde8e
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ def __init__(self, **kwds): | |
|
||
# Meta | ||
self.name = "Nagstamon" | ||
self.version = "0.9.12-devel" | ||
self.version = "1.0rc1" | ||
self.website = "https://nagstamon.ifw-dresden.de/" | ||
self.copyright = "©2008-2014 Henri Wahl et al.\n[email protected]" | ||
self.comments = "Nagios status monitor for your desktop" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ | |
] | ||
|
||
setup(name = 'nagstamon', | ||
version = '0.9.12-devel', | ||
version = '1.0rc1', | ||
license = 'GNU GPL v2', | ||
description = 'Nagios status monitor for desktop', | ||
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite, Centreon and Thruk servers.', | ||
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5Monitor, Check_MK/Multisite, Centreon and Thruk servers.', | ||
classifiers = CLASSIFIERS, | ||
author = 'Henri Wahl', | ||
author_email = '[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters