Skip to content

Commit

Permalink
Update setup.py to be compatible with latest version of subzero
Browse files Browse the repository at this point in the history
  • Loading branch information
xmikos committed Mar 31, 2017
1 parent c6e3053 commit edf8ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from subzero import setup, Executable
setup_entry_points = {
"console_scripts": [
Executable('QSpectrumAnalyzer=qspectrumanalyzer.__main__:main',
Executable('qspectrumanalyzer=qspectrumanalyzer.__main__:main',
console=True, icon_file='qspectrumanalyzer.ico'),
Executable('soapy_power=soapypower.__main__:main',
console=True),
Expand Down Expand Up @@ -79,9 +79,9 @@
],
},
'bdist_msi': {
'upgrade_code': '{30740EF4-84E7-4E67-8E4A-12B53492C387}',
'upgrade_code': '30740ef4-84e7-4e67-8e4a-12b53492c387',
'shortcuts': [
'ProgramMenuFolder\\QSpectrumAnalyzer=QSpectrumAnalyzer',
'QSpectrumAnalyzer=qspectrumanalyzer',
],
},
},
Expand Down

0 comments on commit edf8ae1

Please sign in to comment.