nagios-plugins/nsclient/trunk/scripts/check_hpacucli/setup.py

4 lines
87 B
Python

from distutils.core import setup
import py2exe
setup(console=['check_hpacucli.py'])