setuptools_bzr 1.0
Barry Warsaw
barry at python.org
Thu Dec 20 23:27:39 CET 2007
-----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:
setup(...
setup_requires = [
'setuptools_bzr',
],
...)
The project home page is on Launchpad:
https://launchpad.net/setuptoolsbzr
and more information about the Bazaar distributed revision control
system can be found here:
http://bazaar-vcs.org
Enjoy,
- -Barry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
iQCVAwUBR2rsXHEjvBPtnXfVAQJP9wQAsh+t/XDwg1s85b11BmJifI3mIMnnGTDx
iY+wyAqMllI3S2nQWl8ZPwe4R7s/TuK7klLIkyHVmv86ZE4x3GO8UD183XeXOADj
nGcBe8L64SAT+EdVCoju1RrnCiV14xSTSF8JL5WdINakUy8yKI5ZiCfpwI3JK05p
TXtLW2aLhSU=
=MUct
-----END PGP SIGNATURE-----
More information about the Python-announce-list
mailing list