summaryrefslogtreecommitdiff
path: root/setuptools/command/alias.py
Commit message (Expand)AuthorAgeFilesLines
* Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-151-5/+5
* Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-031-2/+2
* Cleaner argument quoting in command aliases.PJ Eby2005-07-081-10/+10
* Restructured the 'alias' command to take arguments instead of options, andPJ Eby2005-07-081-13/+56
* Fix a couple of command descriptions.PJ Eby2005-07-081-2/+2
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-0/+39