~chrismcginlay/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-fix-715820

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Ken VanDine
  • Date: 2011-02-12 03:26:53 UTC
  • mfrom: (11.1.1 ubuntuone-control-panel)
  • Revision ID: ken.vandine@canonical.com-20110212032653-3q0c2phnvfxlby1o
Tags: 0.8.3-0ubuntu1
releasing version 0.8.3-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
DistUtilsExtra.auto.setup(
78
78
    name='ubuntuone-control-panel',
79
 
    version='0.8.2',
 
79
    version='0.8.3',
80
80
    license='GPL v3',
81
81
    author='Natalia Bidart',
82
82
    author_email='natalia.bidart@canonical.com',
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']),