summaryrefslogtreecommitdiff
path: root/setuptools/command/alias.py
Commit message (Collapse)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
| | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
* 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
| | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* Cleaner argument quoting in command aliases.PJ Eby2005-07-081-10/+10
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041098
* Restructured the 'alias' command to take arguments instead of options, andPJ Eby2005-07-081-13/+56
| | | | | | | | to display the definition of the named alias or of all aliases. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041096
* Fix a couple of command descriptions.PJ Eby2005-07-081-2/+2
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041095
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-0/+39
files, under the "[aliases]" section. To prevent recursion and to allow aliases to call the command of the same name, a given alias can be expanded only once per command-line invocation. You can define new aliases with the "alias" command, either for the local, global, or per-user configuration. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041094