-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm happy to announce the setuptools_bzr 1.0 plugin (for Python's
setuptools). This allows setuptools to find your Python package files
kept under the Bazaar revision control system. This should be
compatible with Bazaar 1.0.
Please note: this package used to be called setuptoolsbzr, but it was
renamed to be more compatible with an emerging standard for other
revision control system plugins for setuptools. The project home page
was not renamed and the old PyPI package name was deleted.
The plugin is available on the Python Package Index (a.k.a.
Cheeseshop), here:
http://pypi.python.org/pypi?name=setuptools_bzr&version=1.0&:action=display
To use the plugin, just modify your setup() function in setup.py like
so: