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 2
2
<a href="https://sentry.io" target="_blank" align="center">
3
3
<img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
4
4
</a>
5
- <br />
6
- <h1>sentry-python - Sentry SDK for Python</h1>
7
5
</p >
8
6
7
+ # sentry-python - Sentry SDK for Python
8
+
9
9
[ ![ Build Status] ( https://travis-ci.com/getsentry/sentry-python.svg?branch=master )] ( https://travis-ci.com/getsentry/sentry-python )
10
10
11
11
*** Sentry-Python is an experimental SDK for Sentry.*** For a stable one, use
12
12
[ raven] ( https://github.com/getsentry/raven-python ) .
13
13
14
- # Getting started with the new Sentry SDK for Python
14
+ ## Getting started with the new Sentry SDK for Python
15
15
16
16
Install this package with `` pip install sentry-sdk `` . Then, in your code:
17
17
Original file line number Diff line number Diff line change 7
7
8
8
this_directory = path .abspath (path .dirname (__file__ ))
9
9
with open (path .join (this_directory , "README.md" )) as f :
10
- long_description = f .read ()
10
+ long_description = '' . join ( f .read (). splitlines ()[ 6 :] )
11
11
12
12
setup (
13
13
name = "sentry-sdk" ,
You can’t perform that action at this time.
0 commit comments