We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d38ab43 + 288a3c4 commit ee613d4Copy full SHA for ee613d4
MANIFEST.in
@@ -1,3 +1,3 @@
1
-include README.mkd
+include README.md
2
include requirements.txt
3
include test-requirements.txt
README.mkd renamed to README.md
balanced/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.11.5'
+__version__ = '0.11.6'
from collections import defaultdict
import contextlib
4
setup.py
@@ -1,7 +1,7 @@
"""
Balanced Python client library.
-See ``README.mkd`` for usage advice.
+See ``README.md`` for usage advice.
5
6
import os
7
import pickle
@@ -73,7 +73,7 @@ def _get_version():
73
74
75
def _get_long_description():
76
- path = os.path.join(PATH_TO_FILE, 'README.mkd')
+ path = os.path.join(PATH_TO_FILE, 'README.md')
77
fo = open(path)
78
try:
79
return fo.read()
0 commit comments