-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Showing
2 changed files
with
8 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
# THE SOFTWARE. | ||
|
||
__title__ = 'apprise' | ||
__version__ = '0.7.0' | ||
__version__ = '0.7.3' | ||
__author__ = 'Chris Caron' | ||
__license__ = 'MIT' | ||
__copywrite__ = 'Copyright 2019 Chris Caron <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,16 +50,16 @@ | |
|
||
setup( | ||
name='apprise', | ||
version='0.7.0', | ||
description='A universal notification service', | ||
version='0.7.3', | ||
description='Push Notifications that work with just about every platform!', | ||
license='MIT', | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/caronc/apprise', | ||
keywords='push notifications email boxcar faast growl Join KODI ' | ||
'Mattermost Prowl Pushalot PushBullet Pushjet ' | ||
'Pushover Rocket.Chat Slack Toasty Telegram Twitter XBMC Stride ' | ||
'Emby IFTTT Discord', | ||
keywords='Push Notifications Email AWS SNS Boxcar Discord Dbus Emby Faast ' | ||
'Gnome Growl IFTTT Join KODI Matrix Mattermost Prowl PushBullet ' | ||
'Pushjet Pushed Pushover Rocket.Chat Ryver Slack Telegram Twiiter ' | ||
'XBMC Microsoft Windows CLI API', | ||
author='Chris Caron', | ||
author_email='[email protected]', | ||
packages=find_packages(), | ||
|
@@ -74,6 +74,7 @@ | |
classifiers=( | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: System Administrators', | ||
'Operating System :: OS Independent', | ||
'Natural Language :: English', | ||
'Programming Language :: Python', | ||
|