summaryrefslogtreecommitdiff
path: root/setuptools/command/register.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove "upload" and "register" commands.Paul Ganssle2019-11-021-11/+11
| | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine.
* Remove spurious executable permissionsMiro Hrončok2018-07-271-0/+0
|
* Deprecate upload and register commandsDustin Ingram2018-07-081-3/+11
|
* 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
| | | | | --HG-- extra : amend_source : 20ab7547c8478eb084767fe701e627bdd462ba16
* Reverting 1a1ab844f03e due to issue 250Guy Rozendorn (guyr@infinidat.com)2011-10-071-60/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 0dca5e604c96429f07c4d7786d3a0991c42c129d
* Issue #244 raises ValueError in upload and register commands if using a ↵guyroz2011-09-201-0/+60
| | | | | | | | section without a repository value --HG-- branch : distribute extra : rebase_source : e57437a8ac03832ed8170c902996423a27235856
* 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) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050534