Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace/move _normalization.path with/to _path.samepath and _path.normpath | Anderson Bravalheri | 2023-01-24 | 1 | -1/+9 |
| | |||||
* | build_meta: Allow dist-info and egg-info to coexist | Anderson Bravalheri | 2022-06-21 | 1 | -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. Coombs | 2022-02-05 | 1 | -0/+7 |