~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2012-04-02 01:44:26 UTC
  • mfrom: (6518 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6519.
  • Revision ID: jelmer@samba.org-20120402014426-0o5qtysohyl006b2
merge bzr.dev.

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')
434
435
    includes.append('sip') # extension module required for Qt.
435
436
    packages.append('pygments') # colorizer for qbzr
436
437
    packages.append('docutils') # html formatting