Opened at 2007-09-16T09:26:04Z
Closed at 2007-09-24T02:15:40Z
#130 closed task (fixed)
register tahoe with the cheeseshop
Reported by: | warner | Owned by: | zooko |
---|---|---|---|
Priority: | minor | Milestone: | 0.6.0 |
Component: | packaging | Version: | 0.5.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The python "cheeseshop" (http://pypi.python.org) is the standard place for folks to look for python packages. We should register tahoe there, now that our setup.py makes it easy.
A related task is to upload source tarballs (and maybe eggs?) after each release.
Change History (4)
comment:1 Changed at 2007-09-17T05:21:41Z by zooko
comment:2 Changed at 2007-09-17T05:21:50Z by zooko
- Owner changed from somebody to zooko
- Status changed from new to assigned
comment:3 Changed at 2007-09-17T18:36:36Z by warner
allmydata-tahoe sounds reasonable to me.. the branding will do us some good :)
So really this ticket can just be a reminder for us to upload a source tarball after the next release.
comment:4 Changed at 2007-09-24T02:15:40Z by zooko
- Resolution set to fixed
- Status changed from assigned to closed
Okay I've uploaded v0.5.1-191 as a test run:
http://pypi.python.org/pypi/allmydata-tahoe
It looks good! People who run "easy_install allmydata-tahoe" will get either the appropriate .egg for their platform or else will get the source .tar.gz downloaded and built and installed automatically (see the README for details).
I'm closing this ticket and will tag and upload v0.6 tomorrow.
It is already registered as "allmydata-tahoe". We could register another project under a different name -- I doubt it will do any harm.
(The allmydata-tahoe page isn't visible because there is no working distribution there yet.)