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