aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/rotate.py
Commit message (Expand)AuthorAgeFilesLines
* Handle not-zip-safe egg (folder) deletion in rotate commandRick Liu2016-04-151-1/+5
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
* Use six for Python 2 compatibilityJason R. Coombs2014-07-051-2/+3
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-10/+13
* Reorganize imports and remove excess whitespaceJason R. Coombs2014-02-091-28/+3
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-0/+1
* Fix a couple of command descriptions.PJ Eby2005-07-081-1/+1
* * Added "rotate" command to delete old distribution files, given a set ofPJ Eby2005-07-081-0/+82