Skip to content

Commit

Permalink
Avoid deprecation warning in usage of distutils by relying on distuti…
Browse files Browse the repository at this point in the history
…ls in Setuptools.
  • Loading branch information
jaraco committed Oct 18, 2021
1 parent 0e59594 commit 538c9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import shutil
import mimetypes

from distutils import ccompiler, sysconfig
from setuptools._distutils import ccompiler, sysconfig
from jaraco.ui.editor import EditableFile


Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install_requires =
PyNaCl
packaging
pep517
setuptools

[options.packages.find]
exclude =
Expand Down

0 comments on commit 538c9f4

Please sign in to comment.