From fd5e1b54da3007eb04e8baab3c3b000acef3502a Mon Sep 17 00:00:00 2001 From: Yuriy Shatrov Date: Wed, 7 Oct 2020 15:35:38 +0300 Subject: [PATCH] Fix MANIFEST.in re: non-existent rst file --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 650bec2..18b5fca 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include AUTHORS.rst +include AUTHORS.md include LICENSE include README.md include requirements.txt