> I'm getting an error from the pypi xmlrpc server:
>
> >>> server.release_data('zw.widgets', '0.1.1')
Not surprisingly so - there is no package zw.widgets
registered with PyPI. Try zw.widget (although this,
in turn, fails as the description contains the
character \x0c, which is ill-formed XML).
Regards,
Martin