Skip to content

Commit 02c4abb

Browse files
committed
Fix imports
1 parent cbc1952 commit 02c4abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import shlex
66

77
try:
8-
from setuptools import setup
8+
from setuptools import setup, find_packages
99
from setuptools.command.install import install
1010
except ImportError:
11-
from distutils.core import setup
11+
from distutils.core import setup, find_packages
1212
from distutils.command.install import install
1313

1414

0 commit comments

Comments
 (0)