summaryrefslogtreecommitdiff
path: root/setuptools/command/alias.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+0
* Remove spurious executable permissionsMiro Hrončok2018-07-271-0/+0
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-6/+8
* Remove import *Jason R. Coombs2014-02-091-1/+2
* Remove excess whitespace and unused imports.Jason R. Coombs2014-02-091-10/+3
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-7/+7
* 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