projects
/
tabakrolletjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075db6b
)
Add missed py2exe script entry
author
Neil
<neil@dip.sun.ac.za>
Sun, 11 Sep 2016 13:17:09 +0000
(15:17 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Sun, 11 Sep 2016 13:17:24 +0000
(15:17 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 92792dca60f5b696c38bd1f5ed0e12d55562009f..8fbaa7932c227a867f23ca6d396dc22c666a2c9f 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-32,6
+32,11
@@
setup(
'Programming Language :: Python :: 2.7',
'Topic :: Games/Entertainment',
],
+ # py2exe
+ windows=[{
+ 'script': 'scripts/tabakrolletjie',
+ 'icon_resources': [(0, "data/images/icons/tabakrolletjie_icon.ico")],
+ }],
options={
'py2exe': {
'skip_archive': 1,