We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502b442 commit ddb5060Copy full SHA for ddb5060
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
from os.path import abspath, dirname, join
7
8
-from setuptools import setup
+from distutils.core import setup
9
10
PROJECT_ROOT = abspath(dirname(__file__))
11
with open(join(PROJECT_ROOT, 'README.rst')) as f:
0 commit comments