~ev/apport/grouped_reports

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: martin at piware
  • Date: 2006-11-25 11:25:05 UTC
  • Revision ID: martin@piware.de-20061125112505-30533f1bebf110b8
* Add apport/python_hook.py: Default exception handler for Python, to create
  apport reports for unhandled exceptions. Thanks to Robert Collins
  <robert@ubuntu.com> for this! Closes: LP#70957
* Add new package python-apport to ship the new Python package 'apport'.
  This includes the python crash hook for now, but in the near future
  apport-utils will get redesigned and put into this package, too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
26
      scripts=['bin/apport', 'bin/apport-checkreports', 'bin/apport-retrace', 'bin/apport-unpack', 'gtk/apport-gtk'],
 
27
      packages=['apport']
27
28
      )