setuptools_bzr 1.1

Barry Warsaw barry at python.org
Tue Apr 8 03:58:50 BST 2008


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

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

This version fixes bug #178159 where directories were being  
incorrectly returned from the file finder.

setuptools_bzr 1.1 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.1

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.8 (Darwin)

iQCVAwUBR/rfanEjvBPtnXfVAQLikgP+Jp023OFRLqGaqFCT6yjkzdAhl5Sz2dAc
fvQp+1jm/VIHG4Ig0pddDecGW2i6/4yd3NdJl6cLgqoHd9m7yRu0tt8IUpqIUkw1
pSe+kBHiOsf5jj926DKvDufH1BAlIASe5g/xwiSOsYp7iAjruPe3XGq0Zl2N5U0B
dlt/ZkqeCwg=
=/ulc
-----END PGP SIGNATURE-----



More information about the bazaar mailing list