mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-06 02:23:46 +01:00
4 lines
87 B
Python
4 lines
87 B
Python
|
from distutils.core import setup
|
||
|
import py2exe
|
||
|
|
||
|
setup(console=['check_hpacucli.py'])
|