Skip to content

Commit ddb5060

Browse files
committed
change import from setuptools to distutils
1 parent 502b442 commit ddb5060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from os.path import abspath, dirname, join
77

8-
from setuptools import setup
8+
from distutils.core import setup
99

1010
PROJECT_ROOT = abspath(dirname(__file__))
1111
with open(join(PROJECT_ROOT, 'README.rst')) as f:

0 commit comments

Comments
 (0)