Skip to content

Commit 6cdf647

Browse files
pipcl.py: fix dist-info directory name.
1 parent 8376e31 commit 6cdf647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipcl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def __str__(self):
12451245
)
12461246

12471247
def _dist_info_dir( self):
1248-
return f'{self.name}-{self.version}.dist-info'
1248+
return f'{_normalise(self.name)}-{self.version}.dist-info'
12491249

12501250
def _metainfo(self):
12511251
'''

0 commit comments

Comments
 (0)