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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size iw.releaser-0.1.3-py2.4.egg (64.1 kB) | File type Egg | Python version 2.4 | Upload date | Hashes View hashes |
Filename, size iw.releaser-0.1.3.tar.gz (29.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |