Skip to content

Commit

Permalink
Drop distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 4, 2024
1 parent de2ed40 commit 8964404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_cares.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys

from distutils.command.build_ext import build_ext
from setuptools.command.build_ext import build_ext

use_system_lib = bool(int(os.environ.get('PYCARES_USE_SYSTEM_LIB', 0)))

Expand Down

0 comments on commit 8964404

Please sign in to comment.