Skip to content

Commit e60c086

Browse files
committed
Use setuptools.modified instead of distutils
1 parent 51ffe83 commit e60c086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import importlib.machinery
2727
import os
2828
import sys
29-
from distutils.dep_util import newer
29+
from setuptools.modified import newer
3030
from os import makedirs
3131
from os.path import join, exists, dirname
3232

0 commit comments

Comments
 (0)