Merge lp:~dobey/rhythmbox-ubuntuone/fix-setup into lp:rhythmbox-ubuntuone

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: no longer in the source branch.
Merged at revision: 106
Proposed branch: lp:~dobey/rhythmbox-ubuntuone/fix-setup
Merge into: lp:rhythmbox-ubuntuone
Diff against target: 21 lines (+5/-5)
1 file modified
setup.py (+5/-5)
To merge this branch: bzr merge lp:~dobey/rhythmbox-ubuntuone/fix-setup
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+89274@code.launchpad.net

Commit message

Update the setup script for new changes

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

Update the setup script for new changes

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 2012-01-12 21:34:43 +0000
3+++ setup.py 2012-01-19 15:46:27 +0000
4@@ -10,12 +10,12 @@
5 license='LGPL v3',
6 author='Ubuntu One Developers',
7 author_email='ubuntuone-users@lists.launchpad.net',
8- description='Ubuntu One Music Store Rhythmbox plug-in',
9+ description='Ubuntu One Rhythmbox plug-in',
10 long_description=('A plug-in to integrate Ubuntu One in Rhythmbox.'),
11 url='https://launchpad.net/rhythmbox-ubuntuone',
12- data_files=[('/usr/lib/rhythmbox/plugins/ubuntuone',
13- ['ubuntuone/__init__.py',
14+ data_files=[('lib/rhythmbox/plugins/ubuntuone',
15+ ['ubuntuone/ubuntuone.py',
16 'ubuntuone/MusicStoreWidget.py',
17- 'ubuntuone/U1MSLinks.py',
18- 'ubuntuone/u1msurl.glade'])],
19+ ])],
20 )
21+

Subscribers

People subscribed via source and target branches