cmds: teach git.commit about the dispatcher
[ugit.git] / scripts / py2exe-setup.py
blob7475e2d64417041aabbd3fc3f739076d35066127
1 from distutils.core import setup
2 import py2exe
4 setup(
5 windows = [
6 {"script" : "git-ugit.py"},
7 ],
8 options = {
9 "py2exe" : {
10 "includes" : ["PyQt4._qt", "pprint", "sip"],