~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-19 00:32:14 UTC
  • mfrom: (4685.2.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090919003214-2dli9jc4y5xhjj3n
(mbp for garyvdm) Revert rename of
        test_merge_uncommitted_otherbasis_ancestor_of_thisbasis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
    includes.append('sip') # extension module required for Qt.
412
412
    packages.append('pygments') # colorizer for qbzr
413
413
    packages.append('docutils') # html formatting
 
414
    includes.append('win32event')  # for qsubprocess stuff
414
415
    # but we can avoid many Qt4 Dlls.
415
416
    dll_excludes.extend(
416
417
        """QtAssistantClient4.dll QtCLucene4.dll QtDesigner4.dll
544
545
                                     version = version_str,
545
546
                                     description = META_INFO['description'],
546
547
                                     author = META_INFO['author'],
547
 
                                     copyright = "(c) Canonical Ltd, 2005-2007",
 
548
                                     copyright = "(c) Canonical Ltd, 2005-2009",
548
549
                                     company_name = "Canonical Ltd.",
549
550
                                     comments = META_INFO['description'],
550
551
                                    )