From 801311f0227ef6933474f55bf4c261bc6987a5c8 Mon Sep 17 00:00:00 2001 From: Muammar El Khatib Date: Sat, 20 May 2017 13:51:49 -0400 Subject: [PATCH] Minimal modifications to setup.py. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0db7a1207..dbda24cf4 100644 --- a/setup.py +++ b/setup.py @@ -54,11 +54,11 @@ 'plist': { 'CFBundleName': APP_NAME, 'CFBundleDisplayName': APP_NAME, - 'CFBundleGetInfoString': 'Cast macOS audio to your Google cast devices', + 'CFBundleGetInfoString': 'Cast macOS audio to your Google cast devices and Sonos speakers', 'CFBundleIdentifier': 'com.mkchromecast.osx', 'CFBundleVersion': version, 'CFBundleShortVersionString': version, - 'NSHumanReadableCopyright': u'Copyright (c) 2016, Muammar El Khatib, All Rights Reserved', + 'NSHumanReadableCopyright': u'Copyright (c) 2017, Muammar El Khatib, All Rights Reserved', 'LSPrefersPPC': True } }