From be0cd35fb67eadf17e28d1a1f4b5900acb19fbf2 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 24 Oct 2020 09:54:41 +0800 Subject: [PATCH] Fixed MANIFEST syntax. --- MANIFEST.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index ff1b5ac..7c0c9f8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,3 @@ -LICENSE -README -edit_dist.c -pyspamsum.c -setup.py -spamsum.c -tox.ini -recursive-include tests *.py \ No newline at end of file +include LICENSE +include tox.ini +recursive-include tests *.py