| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix problems with backup directory | Anderson Bravalheri | 2022-06-21 | 1 | -1/+1 |
| | | |||||
| * | Allow dist-info to keep original egg-info directory | Anderson Bravalheri | 2022-06-21 | 1 | -3/+37 |
| | | | | | | | During a PEP 517 build, this directory can later be passed to ``build_py`` via the ``existing_egg_info_dir attribute`` (which in turn avoids re-running ``egg_info`` to create a manifest). | ||||
| * | Ensure new options for dist-info work | Anderson Bravalheri | 2022-06-16 | 1 | -6/+11 |
| | | |||||
| * | Add translator for config_settings to build_meta | Anderson Bravalheri | 2022-06-16 | 1 | -1/+15 |
| | | |||||
| * | Avoid creating dist_info_dir before the command runs | Anderson Bravalheri | 2022-06-15 | 1 | -1/+1 |
| | | |||||
| * | Make sure output_dir exists with dist_info | Anderson Bravalheri | 2022-06-15 | 1 | -2/+4 |
| | | |||||
| * | Change dist_info to better control output directory | Anderson Bravalheri | 2022-06-15 | 1 | -9/+26 |
| | | |||||
| * | Add dist_info_dir param to dist_info command | Anderson Bravalheri | 2022-06-15 | 1 | -8/+9 |
| | | |||||
| * | Improve warning message for dist_info._version | Anderson Bravalheri | 2022-05-18 | 1 | -1/+2 |
| | | |||||
| * | Change dist_info naming to use the same convention as bdist_wheel | Anderson Bravalheri | 2022-03-29 | 1 | -1/+33 |
| | | |||||
| * | dist_info: re-finalize the egg_info options | xoviat | 2017-10-15 | 1 | -0/+1 |
| | | |||||
| * | dist_info: create the egg_info in the same location | xoviat | 2017-10-15 | 1 | -6/+1 |
| | | | | | | | This change is a small simplification that simply creates the egg_info directory in the egg_base location; it's a minor cleanup that results in some read and it helps with read-only directories (the egg_info directory is uncontrollable). | ||||
| * | commands: dist_info: say something! | xoviat | 2017-10-13 | 1 | -2/+5 |
| | | | | | The dist_info command did not say anything like other commands did. This gives some more helpful information. | ||||
| * | dist_info: implement command | xoviat | 2017-09-07 | 1 | -0/+37 |
