~ursinha/lp-qa-tools/bzr-tarmacland

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: James Henstridge
  • Date: 2007-12-17 14:51:19 UTC
  • Revision ID: james@jamesh.id.au-20071217145119-bxw361m02rkbk5w4
update Launchpad URL in setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    maintainer_email='john@arbash-meinel.com',
28
28
    description='bzr plugin to submit an email to a Patch Queue Manager',
29
29
    license='GNU GPL v2',
30
 
    url='https://launchpad.net/products/bzr-pqm',
 
30
    url='https://launchpad.net/bzr-pqm',
31
31
    packages=['bzrlib.plugins.pqm'],
32
32
    package_dir={'bzrlib.plugins.pqm': '.'},
33
33
)