зеркало из https://github.com/microsoft/InQRy.git
update setup.py / Info.plist
This commit is contained in:
Родитель
faf8706ab8
Коммит
0f85384776
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>InQRy</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>1.2.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.3</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
6
setup.py
6
setup.py
|
@ -13,16 +13,16 @@ The QR code contains detailed information about the client machine or device, wh
|
|||
assets into a Snipe-IT database.
|
||||
"""
|
||||
|
||||
name = 'inqry'
|
||||
version = '1.2.3'
|
||||
|
||||
plist = Plist.fromFile('Info.plist')
|
||||
plist.update(dict(
|
||||
CFBundleVersion=version,
|
||||
CFBundleName=name))
|
||||
CFBundleShortVersionString=version,
|
||||
CFBundleName='InQRy'))
|
||||
|
||||
setup(
|
||||
name=name,
|
||||
name='inqry',
|
||||
app=['inqry/__main__.py'],
|
||||
author=['Microsoft Apex Lab'],
|
||||
author_email='apxlab@microsoft.com',
|
||||
|
|
Загрузка…
Ссылка в новой задаче