mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-10 04:12:15 +03:00
Update copyright dates
This commit is contained in:
parent
d373fd39aa
commit
478cee5c6a
6
setup.py
6
setup.py
@ -95,7 +95,7 @@ if sys.platform=='darwin':
|
|||||||
],
|
],
|
||||||
'LSMinimumSystemVersion': '10.10',
|
'LSMinimumSystemVersion': '10.10',
|
||||||
'NSAppleScriptEnabled': True,
|
'NSAppleScriptEnabled': True,
|
||||||
'NSHumanReadableCopyright': u'© 2015-2018 Jonathan Harris',
|
'NSHumanReadableCopyright': u'© 2015-2019 Jonathan Harris',
|
||||||
'SUEnableAutomaticChecks': True,
|
'SUEnableAutomaticChecks': True,
|
||||||
'SUShowReleaseNotes': True,
|
'SUShowReleaseNotes': True,
|
||||||
'SUAllowsAutomaticUpdates': False,
|
'SUAllowsAutomaticUpdates': False,
|
||||||
@ -147,14 +147,14 @@ setup(
|
|||||||
windows = [ {'dest_base': APPNAME,
|
windows = [ {'dest_base': APPNAME,
|
||||||
'script': APP,
|
'script': APP,
|
||||||
'icon_resources': [(0, '%s.ico' % APPNAME)],
|
'icon_resources': [(0, '%s.ico' % APPNAME)],
|
||||||
'copyright': u'© 2015-2018 Jonathan Harris',
|
'copyright': u'© 2015-2019 Jonathan Harris',
|
||||||
'name': APPNAME, # WinSparkle
|
'name': APPNAME, # WinSparkle
|
||||||
'company_name': 'Marginal', # WinSparkle
|
'company_name': 'Marginal', # WinSparkle
|
||||||
'other_resources': [(24, 1, open(APPNAME+'.manifest').read())],
|
'other_resources': [(24, 1, open(APPNAME+'.manifest').read())],
|
||||||
} ],
|
} ],
|
||||||
console = [ {'dest_base': APPCMDNAME,
|
console = [ {'dest_base': APPCMDNAME,
|
||||||
'script': APPCMD,
|
'script': APPCMD,
|
||||||
'copyright': u'© 2015-2018 Jonathan Harris',
|
'copyright': u'© 2015-2019 Jonathan Harris',
|
||||||
'name': APPNAME,
|
'name': APPNAME,
|
||||||
'company_name': 'Marginal',
|
'company_name': 'Marginal',
|
||||||
} ],
|
} ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user