~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Evan Dandrea
  • Date: 2008-09-15 03:17:39 UTC
  • Revision ID: evan.dandrea@canonical.com-20080915031739-c15c4slz0eg85h67
* Properly set the labels of the progress dialog on install startup.
* Do not make the dialogs modal.
* Elevate privileges using gksu.
* Added a .desktop file (LP: #267788).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    author_email='evand@ubuntu.com',
11
11
    packages=['usbcreator'],
12
12
    scripts=['bin/usb-creator'],
13
 
    #data_files=files(),
 
13
    data_files=[('share/applications', ['desktop/usb-creator.desktop'])],
14
14
    )
15
15