mirror of
https://github.com/caronc/apprise.git
synced 2025-08-13 18:17:12 +02:00
Bark Notification Support Added (#582)
This commit is contained in:
12
setup.py
12
setup.py
@ -24,6 +24,7 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
|
||||
import re
|
||||
import os
|
||||
import platform
|
||||
try:
|
||||
@ -69,16 +70,7 @@ setup(
|
||||
long_description_content_type='text/markdown',
|
||||
cmdclass=cmdclass,
|
||||
url='https://github.com/caronc/apprise',
|
||||
keywords='Push Notifications Alerts Email AWS SES SNS Boxcar ClickSend '
|
||||
'DAPNET Dingtalk Discord Dbus Emby Faast FCM Flock Gitter Gnome '
|
||||
'Google Chat Gotify Growl Guilded Home Assistant IFTTT Join Kavenegar '
|
||||
'KODI Kumulos LaMetric MacOS Mailgun Matrix Mattermost MessageBird '
|
||||
'MQTT MSG91 Nexmo Nextcloud NextcloudTalk Notica Notifico Ntfy '
|
||||
'Office365 OneSignal Opsgenie ParsePlatform PopcornNotify Prowl '
|
||||
'PushBullet Pushjet Pushed Pushover PushSafer Reddit Rocket.Chat '
|
||||
'Ryver SendGrid ServerChan Signal SimplePush Sinch Slack SMTP2Go '
|
||||
'SparkPost Spontit Streamlabs Stride Syslog Techulus Telegram Twilio '
|
||||
'Twist Twitter XBMC MSTeams Microsoft Windows Webex CLI API',
|
||||
keywords=' '.join(re.split(r'\s+', open('KEYWORDS').read())),
|
||||
author='Chris Caron',
|
||||
author_email='lead2gold@gmail.com',
|
||||
packages=find_packages(),
|
||||
|
Reference in New Issue
Block a user