Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > fc815c0559997a13d689aad2e087ce19 > files > 46

python-hcs_utils-1.1.1-3.fc13.noarch.rpm

Release HOWTO
=============

To make a release:

1. Update release date/version in NEWS.txt and setup.py
2. Run 'python setup.py egg_info -RDb "" sdist'
3. Test the generated source distribution in dist/
4. Upload to PyPI: 'python setup.py egg_info -RDb "" sdist register upload'
5. Increase version in setup.py (for next release)

Note that if you ignore the ``egg_info -RDb ""`` part, Distribute will generate
a development release tarball with ``.dev``.

Instead of "" you may want "rc1" and such.

// vim fileencoding=UTF=8 syntax=asciidoc textwidth=79