This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients akuchling, christian.heimes, tarek
Date 2008-02-24.22:15:57
SpamBayes Score 0.003120678
Marked as misclassified No
Message-id <1203891358.1.0.8272191709.issue1858@psf.upfronthosting.co.za>
In-reply-to
Content
for the -r option, is has to be catched by both register and upload when
the command is called like this :

  $ python setup.py register sdist upload -r my-pypi

without the args lookup, register will get an empty value for -r. 

This option seems to me quite global to distutils.
History
Date User Action Args
2008-02-24 22:15:58tareksetspambayes_score: 0.00312068 -> 0.003120678
recipients: + tarek, akuchling, christian.heimes
2008-02-24 22:15:58tareksetspambayes_score: 0.00312068 -> 0.00312068
messageid: <1203891358.1.0.8272191709.issue1858@psf.upfronthosting.co.za>
2008-02-24 22:15:57tareklinkissue1858 messages
2008-02-24 22:15:57tarekcreate