Setuptools extension to release an egg
Project description
What is iw.releaser ?
iw.releaser is a setuptools extension that allows you to release an egg.
It performs the following steps:
runs the tests over the egg, using zope.testing
raises the version number in setup.py
create a branch and a tag for the version
upload if asked to the cheeshop
How to use iw.releaser ?
Go into your package root and run:
$ python setup.py release
There is some command line options:
$ python setup.py release -h ... Options for 'release' command: --testing (-t) run tests before anything --release (-r) release package --upload (-u) upload package --version new version number --auto (-a) automatic mode ...
To make a release without any question, run this command with your new version number:
$ python setup.py release -a --version=0.2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iw.releaser-0.3.3.tar.gz
(58.0 kB
view hashes)
Built Distribution
iw.releaser-0.3.3-py2.4.egg
(126.9 kB
view hashes)