Skip to content

Commit 2253d39

Browse files
committed
fix(setup): add missing imports
1 parent 4572ffd commit 2253d39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
from distutils.command.build_py import build_py as _build_py
1111
from setuptools.command.sdist import sdist as _sdist
12+
import pkg_resources
13+
import logging
1214
import os
1315
import sys
1416
from os import path

0 commit comments

Comments
 (0)