setuptools_bzr 1.2

Barry Warsaw barry at python.org
Thu Jun 5 19:40:34 CEST 2008


-----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-----


More information about the Python-announce-list mailing list