Skip to content

Commit

Permalink
Use vendored packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 11, 2024
1 parent 9af105d commit be7940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import logging
from email import message_from_file

from packaging.utils import canonicalize_name, canonicalize_version
from ._vendor.packaging.utils import canonicalize_name, canonicalize_version

try:
import warnings
Expand Down

0 comments on commit be7940b

Please sign in to comment.