diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:07:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:07:16 -0500 |
commit | b7248201ce0f623a561167392a3962a0dbb1cc94 (patch) | |
tree | 475886e2feca25acc42b4ed2de9f49ea31308ba6 | |
parent | 3ee1e128d9f34e1baa6b505aa4aac36c97f782aa (diff) | |
download | pyParrotZikTCP-b7248201ce0f623a561167392a3962a0dbb1cc94.tar.xz pyParrotZikTCP-b7248201ce0f623a561167392a3962a0dbb1cc94.zip |
Update setup.py
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import glob import sys
if sys.platform == "win32":
+ import py2exe
from distutils.core import setup
else:
from setuptools import setup
|