On 2009-10-15, John Gabriele <[email protected]> wrote: > Was just looking at the Distribute docs at > http://packages.python.org/distribute/index.html (nicely styled, btw). > Are there any other projects at http://packages.python.org/ (note, > that page actually doesn't even load)? What is the purpose of > packages.python.org , and how does one get their project listed there?
There are quite a lot, according to our trusty google: http://www.google.com/search?q=site%3Ahttp%3A%2F%2Fpackages.python.org There's an "upload zipfile with plain html for packages.python.org" link somewhere on your pypi projects's page. And there's a library around that does it for you. If I remember correcty, this has been integrated into "distribute" already to loud cheers. Reinout -- Reinout van Rees - [email protected] - http://reinout.vanrees.org Software developer at http://www.thehealthagency.com "Military engineers build missiles. Civil engineers build targets" _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
