-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm happy to announce the setuptools_bzr 1.2 plugin for Python's setuptools. This allows setuptools to find your Python package files kept under the Bazaar revision control system. setuptools_bzr 1.2 should be compatible with Bazaar 1.5.

This version fixes bug #237652 which prevented it from working correctly with loomified branches. It also adds an environment variable to force use of the command line bzr(1) even if bzrlib can be found.

setuptools_bzr 1.2 is available in egg and source tarball format on the Python Package Index (a.k.a. Cheeseshop):

        http://pypi.python.org/pypi/setuptools_bzr/1.2

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

Enjoy,
- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSEglFHEjvBPtnXfVAQKjKQP+KG8zfnIVvMXsqUEnpbgmZt1Cd6v1RJOv
TXXB3Zef5XZerniEFIVZOcA00xQ3PHdpxJLghh3MWUv8wRSIyIgtlRNx+wbKXBWv
fxCvVScWAnW+Zycg4hIM1kUWsYzB4JyGzU9PXRT5oZh5SM1EDYMSQPMrcErukRIg
0rIXw2Ht6KA=
=kAS7
-----END PGP SIGNATURE-----
--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations.html

Reply via email to