Skip to content

Commit

Permalink
Package version files with setuptools and pyinstaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Dec 20, 2016
1 parent 1c6cad6 commit ed57684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyinstaller/mosaic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ a.datas += [
('icons/error-128.png', '../icons/error-128.png', 'DATA'),
('icons/warning-128.png', '../icons/warning-128.png', 'DATA'),
('commit-hash', '../commit-hash', 'DATA'),
('version-hash', '../version-hash', 'DATA'),
('mosaicgui/highlight-spec/python.json', '../mosaicgui/highlight-spec/python.json', 'DATA'),
('mosaicgui/highlight-spec/json.json', '../mosaicgui/highlight-spec/json.json', 'DATA'),
('mosaicgui/highlight-spec/log.json', '../mosaicgui/highlight-spec/log.json', 'DATA')
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def run(self):
'data/SingleChan-0001.qdf',
'data/SingleChan-0001_state.txt',
'commit-hash',
'version-hash',
'requirements.txt',
'DISCLAIMER.TXT',
'LICENSE.TXT'
Expand Down

0 comments on commit ed57684

Please sign in to comment.