File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 <a href="https://sentry.io" target="_blank" align="center">
33 <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
44 </a>
5- <br />
6- <h1>sentry-python - Sentry SDK for Python</h1>
75</p >
86
7+ # sentry-python - Sentry SDK for Python
8+
99[ ![ Build Status] ( https://travis-ci.com/getsentry/sentry-python.svg?branch=master )] ( https://travis-ci.com/getsentry/sentry-python )
1010
1111*** Sentry-Python is an experimental SDK for Sentry.*** For a stable one, use
1212[ raven] ( https://github.com/getsentry/raven-python ) .
1313
14- # Getting started with the new Sentry SDK for Python
14+ ## Getting started with the new Sentry SDK for Python
1515
1616Install this package with `` pip install sentry-sdk `` . Then, in your code:
1717
Original file line number Diff line number Diff line change 77
88this_directory = path .abspath (path .dirname (__file__ ))
99with open (path .join (this_directory , "README.md" )) as f :
10- long_description = f .read ()
10+ long_description = '' . join ( f .read (). splitlines ()[ 6 :] )
1111
1212setup (
1313 name = "sentry-sdk" ,
You can’t perform that action at this time.
0 commit comments