From e67038d787fc20b0a31b74ea94e1ec6829845329 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Sun, 12 Jul 2020 01:00:33 +0200 Subject: Use more common extension .md rather than .markdown --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 61a01e9..3e677d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.markdown +include README.md include LICENSE.txt -- cgit