We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38ab43 commit a30afeaCopy full SHA for a30afea
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
setup.py
@@ -1,7 +1,7 @@
"""
Balanced Python client library.
4
-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