repo.or.cz
/
git-cola.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
views.dag: Add arrows to graph edges
[git-cola.git]
/
win32
/
py2exe-setup.py
blob
4fc66feffa83a35c3fc4f5e4a6faf13c8927bf05
1
from
distutils
.
core
import
setup
2
import
py2exe
3
4
setup
(
5
windows
= [
6
{
7
"script"
:
"git-cola"
,
8
},
9
],
10
options
= {
11
"py2exe"
: {
12
"includes"
: [
"PyQt4._qt"
,
"pprint"
,
"sip"
],
13
}
14
}
15
)