Skip to content

Commit 1e01358

Browse files
committed
Get rid of a warning from setuptools in setup.py
1 parent e025226 commit 1e01358

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
skipped if any of the dependencies did fail or has been skipped.
77
"""
88

9-
from distutils.cmd import Command as du_cmd
10-
import distutils.command.sdist
11-
import distutils.log
129
import os
1310
import os.path
1411
import re
1512
import stat
1613
import string
14+
import setuptools
15+
from distutils.cmd import Command as du_cmd
16+
import distutils.command.sdist
17+
import distutils.log
1718
from setuptools import setup
1819
import setuptools.command.build_py
1920
try:

0 commit comments

Comments
 (0)