summaryrefslogtreecommitdiff
path: root/setuptools/command/register.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Gr?nholm2014-06-181-0/+1
|
* Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-301-5/+4
|
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+10
``egg_info`` wasn't explicitly run first on the same command line. (backport from trunk)