зеркало из https://github.com/microsoft/InQRy.git
add icon path; license variable
This commit is contained in:
Родитель
659432a847
Коммит
adb246f3f3
4
setup.py
4
setup.py
|
@ -26,7 +26,7 @@ plist.update(dict(
|
||||||
CFBundleShortVersionString=__version__,
|
CFBundleShortVersionString=__version__,
|
||||||
CFBundleName='InQRy',
|
CFBundleName='InQRy',
|
||||||
NSHumanReadableCopyright=__copyright__,
|
NSHumanReadableCopyright=__copyright__,
|
||||||
CFBundleIconFile='')
|
CFBundleIconFile='icon/inqry.icns')
|
||||||
)
|
)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
@ -35,7 +35,7 @@ setup(
|
||||||
author=[__author__],
|
author=[__author__],
|
||||||
author_email=__email__,
|
author_email=__email__,
|
||||||
description='A cross-platform utility used to generate a QR code containing hardware specs',
|
description='A cross-platform utility used to generate a QR code containing hardware specs',
|
||||||
license='MIT',
|
license=__license__,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
packages=['inqry', 'inqry.system_specs'],
|
packages=['inqry', 'inqry.system_specs'],
|
||||||
install_requires=['Pillow',
|
install_requires=['Pillow',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче