File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
- ' 3.5'
6
6
- ' 3.6'
7
7
- ' 3.7'
8
- - ' 3.8-dev '
8
+ - ' 3.8'
9
9
- ' nightly'
10
10
- ' pypy'
11
11
- ' pypy3.5'
@@ -27,7 +27,6 @@ matrix:
27
27
install : skip
28
28
script : skip
29
29
allow_failures :
30
- - python : ' 3.8-dev'
31
30
- python : ' nightly'
32
31
33
32
install :
Original file line number Diff line number Diff line change 1
- 1.0 .0
1
+ 1.1 .0
Original file line number Diff line number Diff line change 6
6
7
7
This extension provides simple integration of OpenTracing in Flask applications.
8
8
'''
9
- version = open ('VERSION' ).read ()
9
+ version = open ('VERSION' ).read (). strip ()
10
10
setup (
11
11
name = 'Flask-OpenTracing' ,
12
12
version = version ,
17
17
18
18
description = 'OpenTracing support for Flask applications' ,
19
19
long_description = open ('README.rst' ).read (),
20
+ long_description_content_type = 'text/x-rst' ,
20
21
packages = ['flask_opentracing' , 'tests' ],
21
22
zip_safe = False ,
22
23
include_package_data = True ,
46
47
'Programming Language :: Python :: 3.5' ,
47
48
'Programming Language :: Python :: 3.6' ,
48
49
'Programming Language :: Python :: 3.7' ,
50
+ 'Programming Language :: Python :: 3.8' ,
49
51
'Programming Language :: Python :: Implementation :: CPython' ,
50
52
'Programming Language :: Python :: Implementation :: PyPy' ,
51
53
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
You can’t perform that action at this time.
0 commit comments