Merge lp:~bialix/bzr-explorer/setup.py into lp:~bzr-explorer-dev/bzr-explorer/trunk.old

Proposed by Alexander Belchenko
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bialix/bzr-explorer/setup.py
Merge into: lp:~bzr-explorer-dev/bzr-explorer/trunk.old
Diff against target: None lines
To merge this branch: bzr merge lp:~bialix/bzr-explorer/setup.py
Reviewer Review Type Date Requested Status
Ian Clatworthy Pending
Review via email: mp+7630@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexander Belchenko (bialix) wrote :

For 0.3 release you would like to have fully valid setup.py.
This patch adds widgets subpackages to the list of installable modules, because BzrE is using it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2009-06-15 08:22:58 +0000
3+++ setup.py 2009-06-18 15:56:11 +0000
4@@ -19,5 +19,6 @@
5 packages=['bzrlib.plugins.explorer',
6 'bzrlib.plugins.explorer.lib',
7 'bzrlib.plugins.explorer.lib.tests',
8+ 'bzrlib.plugins.explorer.widgets',
9 ],
10 package_dir={'bzrlib.plugins.explorer': '.'})

Subscribers

People subscribed via source and target branches