From ab3b163767eff2d0b2febf80c80c96549e355cf6 Mon Sep 17 00:00:00 2001 From: Florian Franzen Date: Wed, 21 Apr 2021 18:20:54 +0200 Subject: [PATCH] include test_unify.py in source distribution This file is required by setup.py and should be included in the source distribution. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9d5d250..3350660 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include LICENSE include README.rst +include test_unify.py