From adb246f3f330372b0d2d29b27ff6b0ea940d1690 Mon Sep 17 00:00:00 2001 From: Eric Hanko Date: Thu, 18 May 2017 15:09:12 -0700 Subject: [PATCH] add icon path; license variable --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c526378..a02f6aa 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ plist.update(dict( CFBundleShortVersionString=__version__, CFBundleName='InQRy', NSHumanReadableCopyright=__copyright__, - CFBundleIconFile='') + CFBundleIconFile='icon/inqry.icns') ) setup( @@ -35,7 +35,7 @@ setup( author=[__author__], author_email=__email__, description='A cross-platform utility used to generate a QR code containing hardware specs', - license='MIT', + license=__license__, long_description=long_description, packages=['inqry', 'inqry.system_specs'], install_requires=['Pillow',