Skip to content

Commit 3ecb1b3

Browse files
committed
Move setupbase back to setuptools
1 parent bef9df4 commit 3ecb1b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setupbase.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
if os.path.exists('MANIFEST'): os.remove('MANIFEST')
2727

2828

29-
from distutils.cmd import Command
30-
from distutils.command.build_py import build_py
31-
from distutils.command.sdist import sdist
29+
from setuptools import Command
30+
from setuptools.command.build_py import build_py
31+
from setuptools.command.sdist import sdist
3232
from distutils import log
3333

3434
from setuptools.command.develop import develop

0 commit comments

Comments
 (0)