We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc1952 commit 02c4abbCopy full SHA for 02c4abb
setup.py
@@ -5,10 +5,10 @@
5
import shlex
6
7
try:
8
- from setuptools import setup
+ from setuptools import setup, find_packages
9
from setuptools.command.install import install
10
except ImportError:
11
- from distutils.core import setup
+ from distutils.core import setup, find_packages
12
from distutils.command.install import install
13
14
0 commit comments