Skip to content

Commit 8d8d345

Browse files
authored
Merge pull request #1666 from AndreMiras/feature/README_got_renamed_follow_up_1664
s/README.rst/README.md/ refs #1664
2 parents 31bd452 + 811133b commit 8d8d345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def recursively_include(results, directory, patterns):
5252
recursively_include(package_data, 'pythonforandroid',
5353
['liblink', 'biglink', 'liblink.sh'])
5454

55-
with open(join(dirname(__file__), 'README.rst')) as fileh:
55+
with open(join(dirname(__file__), 'README.md')) as fileh:
5656
long_description = fileh.read()
5757

5858
init_filen = join(dirname(__file__), 'pythonforandroid', '__init__.py')

0 commit comments

Comments
 (0)