From c8cab5ca674b32ddb45eb96a6caa66546b2e147c Mon Sep 17 00:00:00 2001 From: geeseven Date: Tue, 22 May 2018 12:21:47 -0500 Subject: [PATCH] removing more NMA --- apprise/plugins/__init__.py | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apprise/plugins/__init__.py b/apprise/plugins/__init__.py index 873dcbf8..d4991a74 100644 --- a/apprise/plugins/__init__.py +++ b/apprise/plugins/__init__.py @@ -30,7 +30,6 @@ from .NotifyIFTTT import NotifyIFTTT from .NotifyJoin import NotifyJoin from .NotifyJSON import NotifyJSON from .NotifyMatterMost import NotifyMatterMost -from .NotifyMyAndroid import NotifyMyAndroid from .NotifyProwl import NotifyProwl from .NotifyPushalot import NotifyPushalot from .NotifyPushBullet import NotifyPushBullet @@ -58,7 +57,7 @@ __all__ = [ # Notification Services 'NotifyBoxcar', 'NotifyEmail', 'NotifyEmby', 'NotifyDiscord', 'NotifyFaast', 'NotifyGrowl', 'NotifyIFTTT', 'NotifyJoin', 'NotifyJSON', - 'NotifyMatterMost', 'NotifyMyAndroid', 'NotifyProwl', 'NotifyPushalot', + 'NotifyMatterMost', 'NotifyProwl', 'NotifyPushalot', 'NotifyPushBullet', 'NotifyPushjet', 'NotifyPushover', 'NotifyRocketChat', 'NotifySlack', 'NotifyStride', 'NotifyToasty', 'NotifyTwitter', 'NotifyTelegram', 'NotifyXBMC', 'NotifyXML', diff --git a/setup.py b/setup.py index d8ce96b4..20e910fc 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( long_description=open('README').read(), url='https://github.com/caronc/apprise', keywords='push notifications email boxcar faast growl Join KODI ' - 'Mattermost NotifyMyAndroid Prowl Pushalot PushBullet Pushjet ' + 'Mattermost Prowl Pushalot PushBullet Pushjet ' 'Pushover Rocket.Chat Slack Toasty Telegram Twitter XBMC Stride ' 'Emby IFTTT Discord', author='Chris Caron',