<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
# setup script for py2exe to create the miniterm.exe
#
# (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier:    BSD-3-Clause

from distutils.core import setup
import sys

sys.path.insert(0, '..')

import serial.tools.miniterm


sys.argv.extend("py2exe --bundle 1".split())

setup(
    name='miniterm',
    zipfile=None,
    options={"py2exe": {
        'dll_excludes': [],
        'includes': [
                'serial.urlhandle