~ubuntu-branches/ubuntu/trusty/ubuntuone-control-panel/trusty-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2013-09-18 13:34:58 UTC
  • mfrom: (1.1.49)
  • Revision ID: package-import@ubuntu.com-20130918133458-gl5gmc0867oxheeq
Tags: 13.09-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                     (qrc_file, py_file)) > 0:
114
114
            self.warn('Unable to generate python module {py_file}'
115
115
                      ' for resource file {qrc_file}'.format(
116
 
                      py_file=py_file, qrc_file=qrc_file))
 
116
                          py_file=py_file, qrc_file=qrc_file))
117
117
            if not os.path.exists(py_file) or not file(py_file).read():
118
118
                raise SystemExit(1)
119
119
        else:
188
188
 
189
189
DistUtilsExtra.auto.setup(
190
190
    name='ubuntuone-control-panel',
191
 
    version='13.08',
 
191
    version='13.09',
192
192
    license='GPL v3',
193
193
    author='Natalia Bidart',
194
194
    author_email='natalia.bidart@canonical.com',