Skip to content

Commit 44aff00

Browse files
committed
add missing README to python package
1 parent e28a073 commit 44aff00

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
0.4.2:
2+
Fix packaging to add README
3+
14
0.4.1:
25
Add support for heartbeat messages
6+
37
0.3.2:
48
Fix that breaks code PR #9
9+
510
0.3.1:
611
Add optional timeout to detect mesos disconnection PR #8
12+
713
0.3.0:
814
Add DCOS Strict security support (Merge #6)
15+
916
0.2.14:
1017
Merge #4 Extend client to combine offers
1118

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222

2323
config = {
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

0 commit comments

Comments
 (0)