File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import os
44import sys
55from collections import defaultdict
6- from distutils import log
7- from distutils .command import build_clib as dst_build_clib
8- from distutils .command import install_data as dst_install_data
9- from distutils .command import install_lib as dst_install_lib
10- from distutils .util import byte_compile
116from itertools import chain
127from textwrap import dedent
138
149from setuptools import setup
10+ from setuptools ._distutils import log
11+ from setuptools ._distutils .command import build_clib as dst_build_clib
12+ from setuptools ._distutils .command import install_data as dst_install_data
13+ from setuptools ._distutils .command import install_lib as dst_install_lib
14+ from setuptools ._distutils .util import byte_compile
1515from snakeoil .dist import distutils_extensions as pkgdist
1616
1717pkgdist_setup , pkgdist_cmds = pkgdist .setup ()
You can’t perform that action at this time.
0 commit comments