File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.4.2:
2+ Fix packaging to add README
3+
140.4.1:
25 Add support for heartbeat messages
6+
370.3.2:
48 Fix that breaks code PR #9
9+
5100.3.1:
611 Add optional timeout to detect mesos disconnection PR #8
12+
7130.3.0:
814 Add DCOS Strict security support (Merge #6)
15+
9160.2.14:
1017 Merge #4 Extend client to combine offers
1118
Original file line number Diff line number Diff line change 2222
2323config = {
2424 'description' : 'mesoshttp' ,
25+ 'long_description' : README + '\n \n ' + CHANGES ,
26+ 'long_description_content_type' : 'text/markdown' ,
2527 'author' : 'Olivier Sallou' ,
2628 'author_email' :
'[email protected] ' ,
2729 'download_url' : 'https://github.com/osallou/python-mesos-http' ,
28- 'version' : '0.4.1 ' ,
30+ 'version' : '0.4.2 ' ,
2931 'classifiers' : [
3032 # How mature is this project? Common values are
3133 # 3 - Alpha
You can’t perform that action at this time.
0 commit comments