Merge lp:~brian.curtin/ubuntuone-windows-installer/include-constants into lp:ubuntuone-windows-installer

Proposed by Brian Curtin
Status: Merged
Approved by: dobey
Approved revision: 149
Merged at revision: 149
Proposed branch: lp:~brian.curtin/ubuntuone-windows-installer/include-constants
Merge into: lp:ubuntuone-windows-installer
Diff against target: 11 lines (+1/-0)
1 file modified
scripts/setup.py (+1/-0)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-windows-installer/include-constants
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+132702@code.launchpad.net

Commit message

- Add ubuntu_sso.constants to the list of includes for py2exe

Description of the change

Add ubuntu_sso.constants to the list of includes for py2exe. This will make sure it's picked up and included in py2exe's library.zip

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/setup.py'
2--- scripts/setup.py 2012-10-16 19:36:30 +0000
3+++ scripts/setup.py 2012-11-02 13:50:28 +0000
4@@ -396,6 +396,7 @@
5 'sip',
6 'twisted.web.resource',
7 'twisted.web.client',
8+ 'ubuntu_sso.constants',
9 'ubuntu_sso.qt',
10 'ubuntu_sso.qt.ui',
11 'PyQt4.QtNetwork',

Subscribers

People subscribed via source and target branches