~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-06 19:21:54 UTC
  • mfrom: (6437.42.1 2.5)
  • Revision ID: pqm@pqm.ubuntu.com-20120306192154-n01j73vwhj0a2fyi
(jelmer) Implement bzrlib.config.Option.get_help_topic(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
    # PyQt4 itself still escapes the plugin detection code for some reason...
432
432
    includes.append('PyQt4.QtCore')
433
433
    includes.append('PyQt4.QtGui')
434
 
    includes.append('PyQt4.QtTest')
435
434
    includes.append('sip') # extension module required for Qt.
436
435
    packages.append('pygments') # colorizer for qbzr
437
436
    packages.append('docutils') # html formatting