From 655150cee58444f28637e5c45b84e3b9f599ddec Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Jul 2016 21:50:21 +0200 Subject: [PATCH] README.md: link to python/README.md --- MANIFEST.in | 2 +- README.md | 3 ++- python/{README => README.md} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename python/{README => README.md} (100%) diff --git a/MANIFEST.in b/MANIFEST.in index a062a1a1..15fd25ac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include AUTHORS COPYING README.md VERSION ChangeLog -include python/README +include python/README.md include Makefile wscript */wscript_build include waf include aubio.pc.in diff --git a/README.md b/README.md index 70a995be..90680858 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Python module ------------- A python module to access the library functions is also provided. Please see -the file `python/README` for more information on how to use it. +the file [`python/README.md`](python/README.md) for more information on how to +use it. Examples tools -------------- diff --git a/python/README b/python/README.md similarity index 100% rename from python/README rename to python/README.md -- 2.11.0