@ -2,10 +2,14 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from distutils.core import setup
import pkg_resources
import sys
try:
from setuptools import setup
except ImportError:
import py2exe
"""This will create an exe that needs Microsoft Visual C++ 2008 Redistributable Package"""