~laney/rhythmbox-ubuntuone/python3

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2013-01-08 19:21:56 UTC
  • mfrom: (123.1.1 fix-setup)
  • Revision ID: tarmac-20130108192156-ukzr82xvkocg89r3
Update setup.py to remove MusicStoreWidget.py as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    url='https://launchpad.net/rhythmbox-ubuntuone',
16
16
    data_files=[('lib/rhythmbox/plugins/ubuntuone',
17
17
                 ['ubuntuone/ubuntuone.py',
18
 
                  'ubuntuone/MusicStoreWidget.py',
19
18
                  ])],
20
19
)