File tree 2 files changed +10
-1
lines changed
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
+
1
4
0.4.1:
2
5
Add support for heartbeat messages
6
+
3
7
0.3.2:
4
8
Fix that breaks code PR #9
9
+
5
10
0.3.1:
6
11
Add optional timeout to detect mesos disconnection PR #8
12
+
7
13
0.3.0:
8
14
Add DCOS Strict security support (Merge #6)
15
+
9
16
0.2.14:
10
17
Merge #4 Extend client to combine offers
11
18
Original file line number Diff line number Diff line change 22
22
23
23
config = {
24
24
'description' : 'mesoshttp' ,
25
+ 'long_description' : README + '\n \n ' + CHANGES ,
26
+ 'long_description_content_type' : 'text/markdown' ,
25
27
'author' : 'Olivier Sallou' ,
26
28
'author_email' :
'[email protected] ' ,
27
29
'download_url' : 'https://github.com/osallou/python-mesos-http' ,
28
- 'version' : '0.4.1 ' ,
30
+ 'version' : '0.4.2 ' ,
29
31
'classifiers' : [
30
32
# How mature is this project? Common values are
31
33
# 3 - Alpha
You can’t perform that action at this time.
0 commit comments