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 eric.araujo
Recipients alexis, eric.araujo, exarkun, glyph, illume, tarek
Date 2011-09-25.01:59:29
SpamBayes Score 4.195996e-07
Marked as misclassified No
Message-id <1316915971.69.0.0852931185442.issue12944@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm not sure why it's "run upload" instead of just "upload"
pysetup has actions and commands.  Actions do stuff on the Python installation: “pysetup metadata foobar” prints metadata, “pysetup remove foobar” uninstalls, “pysetup install foobar” fetches from PyPI and installs, etc.  Commands are like distutils commands, they work on a project in a source directory; for namespacing reasons, they are subitems of the run command.  (I’m working on documenting that.)

> Apart from that, this looks like a vast improvement to me.
Good!  Adding the easy keyword, as it’s not hard to implement if one understands how upload works, or someone could add tests without much difficulty.  I may get to it myself shortly, it will make a nice change from bug fixes and improve my karma :)
History
Date User Action Args
2011-09-25 01:59:31eric.araujosetrecipients: + eric.araujo, exarkun, illume, tarek, glyph, alexis
2011-09-25 01:59:31eric.araujosetmessageid: <1316915971.69.0.0852931185442.issue12944@psf.upfronthosting.co.za>
2011-09-25 01:59:31eric.araujolinkissue12944 messages
2011-09-25 01:59:29eric.araujocreate