On 12/22/05, Alvin Wang <[EMAIL PROTECTED]> wrote: > > You could post in both. If we force everyone to use Cheeseshop, it > just means something else to learn to use TG.
Having put stuff in the Cheeseshop, I can say with confidence that it can hardly be easier. When you quickstart a project, you get a setup.py file. Fill in the author information, etc. (and we do need to take Ronald's suggestions of putting some categories in by default). Then, run "python setup.py register". I believe you can also do "python setup.py upload" to send the egg itself up to the cheeseshop (though I haven't used that particular function myself). Neat, huh? So, it's simple to use *and* it's really only require for people who've gotten to the point where they have something they want to share with the world. Kevin

