~ralsina/ubuntuone-control-panel/installer-option

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Rodney Dawes
  • Date: 2011-02-09 20:13:06 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: rodney.dawes@canonical.com-20110209201306-fkrl3wp8aj8761z5
Add a pth file and install to an extra_path

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                     'DBus service to query/modify all the Ubuntu One bits.',
86
86
    url='https://launchpad.net/ubuntuone-control-panel',
87
87
    packages=['ubuntuone.controlpanel', 'ubuntuone.controlpanel.gtk'],
 
88
    extra_path='ubuntuone-control-panel',
88
89
    data_files=[
89
90
        ('lib/ubuntuone-control-panel',
90
91
         ['bin/ubuntuone-control-panel-backend']),