We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca5dbf commit 811133bCopy full SHA for 811133b
1 file changed
setup.py
@@ -52,7 +52,7 @@ def recursively_include(results, directory, patterns):
52
recursively_include(package_data, 'pythonforandroid',
53
['liblink', 'biglink', 'liblink.sh'])
54
55
-with open(join(dirname(__file__), 'README.rst')) as fileh:
+with open(join(dirname(__file__), 'README.md')) as fileh:
56
long_description = fileh.read()
57
58
init_filen = join(dirname(__file__), 'pythonforandroid', '__init__.py')
0 commit comments