aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/dist_info.py
Commit message (Collapse)AuthorAgeFilesLines
* dist_info: re-finalize the egg_info optionsxoviat2017-10-151-0/+1
|
* dist_info: create the egg_info in the same locationxoviat2017-10-151-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!xoviat2017-10-131-2/+5
| | | | The dist_info command did not say anything like other commands did. This gives some more helpful information.
* dist_info: implement commandxoviat2017-09-071-0/+37