Update setup.py to be compatible with latest version of subzero
This commit is contained in:
parent
c6e305343c
commit
edf8ae17e2
6
setup.py
6
setup.py
@ -24,7 +24,7 @@ try:
|
|||||||
from subzero import setup, Executable
|
from subzero import setup, Executable
|
||||||
setup_entry_points = {
|
setup_entry_points = {
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
Executable('QSpectrumAnalyzer=qspectrumanalyzer.__main__:main',
|
Executable('qspectrumanalyzer=qspectrumanalyzer.__main__:main',
|
||||||
console=True, icon_file='qspectrumanalyzer.ico'),
|
console=True, icon_file='qspectrumanalyzer.ico'),
|
||||||
Executable('soapy_power=soapypower.__main__:main',
|
Executable('soapy_power=soapypower.__main__:main',
|
||||||
console=True),
|
console=True),
|
||||||
@ -79,9 +79,9 @@ setup(
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
'bdist_msi': {
|
'bdist_msi': {
|
||||||
'upgrade_code': '{30740EF4-84E7-4E67-8E4A-12B53492C387}',
|
'upgrade_code': '30740ef4-84e7-4e67-8e4a-12b53492c387',
|
||||||
'shortcuts': [
|
'shortcuts': [
|
||||||
'ProgramMenuFolder\\QSpectrumAnalyzer=QSpectrumAnalyzer',
|
'QSpectrumAnalyzer=qspectrumanalyzer',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user