#!/usr/bin/env python # -*- coding: utf-8 -*- import py2exe from distutils.core import setup setup(windows=[{"script": "octotray.py"}])