File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- include README.mkd
1
+ include README.md
2
2
include requirements.txt
3
3
include test-requirements.txt
File renamed without changes.
Original file line number Diff line number Diff line change 1
- __version__ = '0.11.5 '
1
+ __version__ = '0.11.6 '
2
2
from collections import defaultdict
3
3
import contextlib
4
4
Original file line number Diff line number Diff line change 1
1
"""
2
2
Balanced Python client library.
3
3
4
- See ``README.mkd `` for usage advice.
4
+ See ``README.md `` for usage advice.
5
5
"""
6
6
import os
7
7
import pickle
@@ -73,7 +73,7 @@ def _get_version():
73
73
74
74
75
75
def _get_long_description ():
76
- path = os .path .join (PATH_TO_FILE , 'README.mkd ' )
76
+ path = os .path .join (PATH_TO_FILE , 'README.md ' )
77
77
fo = open (path )
78
78
try :
79
79
return fo .read ()
You can’t perform that action at this time.
0 commit comments