~ev/apport/quantal

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: martin at piware
  • Date: 2006-11-25 10:43:26 UTC
  • Revision ID: martin@piware.de-20061125104326-ef010e66050489ff
* Move scripts to bin/ in source package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      description='read, write, and modify problem reports',
24
24
      py_modules=['problem_report', 'apport_utils'],
25
25
      data_files=[('share/apport', ['gtk/apport-gtk.glade', 'gtk/apport-gtk.png'])]+mo_files,
26
 
      scripts=['apport', 'apport-checkreports', 'apport-retrace', 'apport-unpack', 'gtk/apport-gtk'],
 
26
      scripts=['bin/apport', 'bin/apport-checkreports', 'bin/apport-retrace', 'bin/apport-unpack', 'gtk/apport-gtk'],
27
27
      )