Recognize README.markdown as a README.
Chris Pressey
6 years ago
26 | 26 |
guess_is_image, replace_dupes, sanitize_branch_name, encode_for_git
|
27 | 27 |
|
28 | 28 |
|
29 | |
README_FILENAMES = [b'README', b'README.md', b'README.rst']
|
|
29 |
README_FILENAMES = [b'README', b'README.md', b'README.markdown', b'README.rst']
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
def repo_list():
|