[Python-Dev] 3to2 0.1 alpha 1 released
Sridhar Ratnakumar
SridharR at activestate.com
Mon Aug 31 21:18:18 CEST 2009
More information about the Python-Dev mailing list
Mon Aug 31 21:18:18 CEST 2009
- Previous message: [Python-Dev] 3to2 0.1 alpha 1 released
- Next message: [Python-Dev] 3to2 0.1 alpha 1 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 26 Aug 2009 15:55:54 -0700, Joe Amenta <amentajo at msu.edu> wrote: > -- 3to2 is now registered with PyPI. Did I do it right? > http://pypi.python.org/pypi/3to2/0.1%20alpha%201 Please fix the version number to not contain any whitespace characters. Also set the `version` argument in setup(..) in your setup.py. And then you may want to use the `upload` command to upload the new tarball to PyPI. See http://wiki.python.org/moin/Distutils/Tutorial for more details. -srid
- Previous message: [Python-Dev] 3to2 0.1 alpha 1 released
- Next message: [Python-Dev] 3to2 0.1 alpha 1 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list