summaryrefslogtreecommitdiff
path: root/setuptools/_path.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace/move _normalization.path with/to _path.samepath and _path.normpathAnderson Bravalheri2023-01-241-1/+9
|
* build_meta: Allow dist-info and egg-info to coexistAnderson Bravalheri2022-06-211-0/+22
| | | | | | | PEP 517 does not care if other directories/files are left behind in the `metadata_directory`, as long as a `.dist_info` directory is produced at the root. We can leave the `.egg-info` directory behind, so this way we don't have to run it again when listing files from `build_py`.
* Move ensure_directory into setuptools.Jason R. Coombs2022-02-051-0/+7