Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |