• Xavier Thompson's avatar
    [wkrd] Fix dist's project_name · 6f7c2803
    Xavier Thompson authored
    Setuptools extracts/guesses the project name of a source distribution
    found in a package index from its download link. This may not exactly
    match the project name of the requirement that initially prompted the
    search in the package index. More so since PEP 625, which states that
    sdists must have normalized - in particular, lowercased - filenames.
    
    This change seems not strictly necessary, but can help avoid needless
    inconsistencies.
    6f7c2803
easy_install.py 80.3 KB