Skip to content

Commit

Permalink
add comment on keeping the "setuptools" naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SubaruArai committed Aug 17, 2023
1 parent 68af596 commit 02c3fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rosdep2/platforms/pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def __init__(self):

def get_version_strings(self):
pip_version = importlib_metadata.version('pip')
# keeping the name "setuptools" for backward compatibility
setuptools_version = importlib_metadata.version('setuptools')
version_strings = [
'pip {}'.format(pip_version),
Expand Down

0 comments on commit 02c3fb8

Please sign in to comment.