From 2253d39f3a5ffc4010c43771978e37084e642acc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 1 Oct 2016 14:26:57 +0200 Subject: fix(setup): add missing imports --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 15e4571b..35b11153 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,8 @@ except ImportError: from distutils.command.build_py import build_py as _build_py from setuptools.command.sdist import sdist as _sdist +import pkg_resources +import logging import os import sys from os import path -- cgit v1.2.1