[wkrd] Fix dist's project_name
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.
Showing
Please register or sign in to comment