~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Ian Clatworthy
  • Date: 2010-03-26 01:12:19 UTC
  • mto: (5120.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5121.
  • Revision ID: ian.clatworthy@canonical.com-20100326011219-r3xi9f3ib1ctlsx2
This fixes a Windows packaging issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
470
470
 
471
471
def get_svn_py2exe_info(includes, excludes, packages):
472
472
    packages.append('subvertpy')
 
473
    packages.append('sqlite')
473
474
 
474
475
 
475
476
if 'bdist_wininst' in sys.argv: