mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
4 lines
82 B
Python
4 lines
82 B
Python
from distutils.core import setup
|
|
import py2exe
|
|
|
|
setup(console=['check_eva.py']) |