Metadata-Version: 2.1
Name: crashreport
Version: 1.1.2
Summary: Python crash reporting library
Home-page: https://github.com/Gaming32/crashreport
Author: Josiah (Gaming32) Glosson
Author-email: gaming32i64@gmail.com
License: License :: OSI Approved :: MIT License
Project-URL: Source, https://github.com/Gaming32/crashreport
Description-Content-Type: text/markdown
License-File: LICENSE

# crashreport
Python crash reporting library

The simplest way to set it up is:
```py
import crashreport
crashreport.inject_excepthook()
```
That's it!
