qobserver: add *_item, *_selected and *_index for listwidgets and treewidgets
[git-cola.git] / bin / py2exe-setup.py
blob4fc66feffa83a35c3fc4f5e4a6faf13c8927bf05
1 from distutils.core import setup
2 import py2exe
4 setup(
5 windows = [
7 "script" : "git-cola",
8 },
9 ],
10 options = {
11 "py2exe" : {
12 "includes" : ["PyQt4._qt", "pprint", "sip"],