~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary van der Merwe
  • Date: 2010-07-05 14:16:45 UTC
  • mto: This revision was merged to the branch mainline in revision 5338.
  • Revision ID: garyvdm@gmail.com-20100705141645-go944vdygnh0h1fh
Use includes rather than packages for PyQt modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
 
414
414
def get_qbzr_py2exe_info(includes, excludes, packages, data_files):
415
415
    # PyQt4 itself still escapes the plugin detection code for some reason...
416
 
    packages.append('PyQt4.QtCore')
417
 
    packages.append('PyQt4.QtGui')
 
416
    includes.append('PyQt4.QtCore')
 
417
    includes.append('PyQt4.QtGui')
418
418
    includes.append('sip') # extension module required for Qt.
419
419
    packages.append('pygments') # colorizer for qbzr
420
420
    packages.append('docutils') # html formatting