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

Subscribers

People subscribed via source and target branches